Add @detailmenu to subsection node listing
authorAllan McRae <allan@archlinux.org>
Fri, 22 Feb 2013 04:45:17 +0000 (14:45 +1000)
committerAllan McRae <allan@archlinux.org>
Sun, 24 Feb 2013 11:05:58 +0000 (21:05 +1000)
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.

ChangeLog
manual/libc-texinfo.sh

index 8141d9a38608e63b53c4e37286512e32d65d93fe..ce68be369c466374385c75e67c5cad9d2a464edf 100644 (file)
--- 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]
index 60e224bb8dc05c1b2ee27209082603b2775804f4..1ef09fcbb41687caef6379770113e34263056ea1 100644 (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