From b4d1fd337068d2663529616112cefb7daa33dce2 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 22 Feb 2013 14:45:17 +1000 Subject: 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. --- manual/libc-texinfo.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manual') diff --git a/manual/libc-texinfo.sh b/manual/libc-texinfo.sh index 60e224bb8d..1ef09fcbb4 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 -- cgit v1.2.3