mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
2b7ae1b27f
commit
b4d1fd3370
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user