On Mon, Mar 03, 2025 at 08:11:30PM +0000, Gavin Smith wrote: > Hopefully this is enough for you to replicate the repeated warnings. They > are repeated twice with texi2any.pl and three times with ctexi2any.
Sorry, I should have sent the contents of htmlxref.d/test.cnf as well: $ cat htmlxref.d/test.cnf hello type translit hello mono ${GS}/hello/manual/hello.html hello node ${GS}/hello/manual/html_node_node/ hello node.translit ${GS}/hello/manual/html_node_translit/ > > > $ cat test2.texi > \input texinfo > > @node First cap > @chapter First cap > > @node Bar > @section Bar > > hello > > > @bye > > $ ../tta/C/ctexi2any --html --no-split test2.texi > ./htmlxref.d/test.cnf:1: warning: unrecognised type: type > ./htmlxref.d/test.cnf:4: warning: unrecognised type: node.translit > ./htmlxref.d/test.cnf:1: warning: unrecognised type: type > ./htmlxref.d/test.cnf:4: warning: unrecognised type: node.translit > test2.texi: warning: must specify a title with a title command or @top > $ ../tta/perl/texi2any.pl --html --no-split test2.texi > ./htmlxref.d/test.cnf:1: warning: unrecognised type: type > ./htmlxref.d/test.cnf:4: warning: unrecognised type: node.translit > ./htmlxref.d/test.cnf:1: warning: unrecognised type: type > ./htmlxref.d/test.cnf:4: warning: unrecognised type: node.translit > ./htmlxref.d/test.cnf:1: warning: unrecognised type: type > ./htmlxref.d/test.cnf:4: warning: unrecognised type: node.translit > test2.texi: warning: must specify a title with a title command or @top > $