texinfo 6.1 complains (during 'make dvi'): /home/eblake/m4-1.4/doc/./m4.texi:9: @setcontentsaftertitlepage has been remove d as a Texinfo command; move your @contents command if you want the contents af ter the title page..
It turns out that eliminating the command has no effect - modern tools correctly emit the contents in-place, right after the title page, so it was leftover cruft from an older time. * doc/m4.texi: Satisfy newer texinfo. Signed-off-by: Eric Blake <ebl...@redhat.com> (cherry picked from commit c7a3591347238aa34defded34609007b326a0984) --- doc/m4.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/m4.texi b/doc/m4.texi index 9c59177..5108e20 100644 --- a/doc/m4.texi +++ b/doc/m4.texi @@ -5,9 +5,6 @@ @include version.texi @settitle GNU M4 @value{VERSION} macro processor @setchapternewpage odd -@ifnothtml -@setcontentsaftertitlepage -@end ifnothtml @finalout @set beta -- 2.9.3 _______________________________________________ M4-patches mailing list M4-patches@gnu.org https://lists.gnu.org/mailman/listinfo/m4-patches