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.
This commit is contained in:
Allan McRae 2013-02-22 14:45:17 +10:00
parent 2b7ae1b27f
commit b4d1fd3370
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-02-24 Allan McRae <allan@archlinux.org>
* manual/libc-texinfo.sh: Use @detailmenu around the detailed
node listing of the info page menu.
2013-02-21 Joseph Myers <joseph@codesourcery.com>
[BZ #13550]

View File

@ -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