From: Allan McRae Date: Fri, 22 Feb 2013 04:45:17 +0000 (+1000) Subject: Add @detailmenu to subsection node listing X-Git-Tag: glibc-2.18~660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d1fd337068d2663529616112cefb7daa33dce2;p=thirdparty%2Fglibc.git Add @detailmenu to subsection node listing Surround the "Detailed Node Listing" section of the info page menu with @detailmenu flags to avoid confusing texinfo. Resolves a large number of warnings printed by texinfo-5.0. --- diff --git a/ChangeLog b/ChangeLog index 8141d9a3860..ce68be369c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-02-24 Allan McRae + + * manual/libc-texinfo.sh: Use @detailmenu around the detailed + node listing of the info page menu. + 2013-02-21 Joseph Myers [BZ #13550] diff --git a/manual/libc-texinfo.sh b/manual/libc-texinfo.sh index 60e224bb8dc..1ef09fcbb41 100644 --- a/manual/libc-texinfo.sh +++ b/manual/libc-texinfo.sh @@ -91,9 +91,11 @@ Indices * Variable Index:: Index of variables and variable-like macros. * File Index:: Index of programs and files. + @detailmenu --- The Detailed Node Listing --- EOF cat ${OUTDIR}lmenu.$$ + echo '@end detailmenu' echo '@end menu'; } >${OUTDIR}top-menu.texi.$$ mv -f ${OUTDIR}top-menu.texi.$$ ${OUTDIR}top-menu.texi