diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/libc-texinfo.sh | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8141d9a386..ce68be369c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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] 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 |