autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

move Autoconf indices to a submenu


From: Paul Eggert
Subject: move Autoconf indices to a submenu
Date: Mon, 20 Aug 2001 16:29:08 -0700 (PDT)

The current autoconf top-level menu has more than two dozen entries,
which is a bit much.  How about moving the indices to a submenu?  This
shouldn't break 'info', as it looks sequentially for the first section
name containing the word 'Index'.

2001-08-20  Paul Eggert  <address@hidden>

        * doc/autoconf.texi: Move indices out of the top level menu
        and into a submenu.


--- ../../autoconf/doc/autoconf.texi    Mon Aug 20 12:09:15 2001
+++ autoconf.texi       Mon Aug 20 16:23:42 2001
@@ -164,14 +164,7 @@
 * Questions::                   Questions about Autoconf, with answers
 * History::                     History of Autoconf
 * Copying This Manual::         How to make copies of this manual
-* Environment Variable Index::  Index of environment variables used
-* Output Variable Index::       Index of variables set in output files
-* Preprocessor Symbol Index::   Index of C preprocessor symbols defined
-* Autoconf Macro Index::        Index of Autoconf macros
-* M4 Macro Index::              Index of M4, M4sugar, and M4sh macros
-* Autotest Macro Index::        Index of Autotest macros
-* Program & Function Index::    Index of those with portability problems
-* Concept Index::               General index
+* Indices::                     Indices of symbols, concepts, etc.
 
 @detailmenu --- The Detailed Node Listing ---
 
@@ -11865,7 +11858,7 @@
 
 @c ========================================================== Appendices
 
address@hidden Copying This Manual, Environment Variable Index, History, Top
address@hidden Copying This Manual, Indices, History, Top
 @appendix Copying This Manual
 
 @menu
@@ -11874,16 +11867,30 @@
 
 @include fdl.texi
 
address@hidden Environment Variable Index, Output Variable Index, Copying This 
Manual, Top
address@hidden Environment Variable Index
address@hidden Indices, , Copying This Manual, Top
address@hidden Indices
+
address@hidden
+* Environment Variable Index::  Index of environment variables used
+* Output Variable Index::       Index of variables set in output files
+* Preprocessor Symbol Index::   Index of C preprocessor symbols defined
+* Autoconf Macro Index::        Index of Autoconf macros
+* M4 Macro Index::              Index of M4, M4sugar, and M4sh macros
+* Autotest Macro Index::        Index of Autotest macros
+* Program & Function Index::    Index of those with portability problems
+* Concept Index::               General index
address@hidden menu
+
address@hidden Environment Variable Index, Output Variable Index, Indices, 
Indices
address@hidden Environment Variable Index
 
 This is an alphabetical list of the environment variables that Autoconf
 checks.
 
 @printindex ev
 
address@hidden Output Variable Index, Preprocessor Symbol Index, Environment 
Variable Index, Top
address@hidden Output Variable Index
address@hidden Output Variable Index, Preprocessor Symbol Index, Environment 
Variable Index, Indices
address@hidden Output Variable Index
 
 This is an alphabetical list of the variables that Autoconf can
 substitute into files that it creates, typically one or more
@@ -11892,8 +11899,8 @@
 
 @printindex ov
 
address@hidden Preprocessor Symbol Index, Autoconf Macro Index, Output Variable 
Index, Top
address@hidden Preprocessor Symbol Index
address@hidden Preprocessor Symbol Index, Autoconf Macro Index, Output Variable 
Index, Indices
address@hidden Preprocessor Symbol Index
 
 This is an alphabetical list of the C preprocessor symbols that the
 Autoconf macros define.  To work with Autoconf, C source code needs to
@@ -11901,16 +11908,16 @@
 
 @printindex cv
 
address@hidden Autoconf Macro Index, M4 Macro Index, Preprocessor Symbol Index, 
Top
address@hidden Autoconf Macro Index
address@hidden Autoconf Macro Index, M4 Macro Index, Preprocessor Symbol Index, 
Indices
address@hidden Autoconf Macro Index
 
 This is an alphabetical list of the Autoconf macros.  To make the list
 easier to use, the macros are listed without their preceding @samp{AC_}.
 
 @printindex ac
 
address@hidden M4 Macro Index, Autotest Macro Index, Autoconf Macro Index, Top
address@hidden M4 Macro Index
address@hidden M4 Macro Index, Autotest Macro Index, Autoconf Macro Index, 
Indices
address@hidden M4 Macro Index
 
 This is an alphabetical list of the M4, M4sugar, and M4sh macros.  To
 make the list easier to use, the macros are listed without their
@@ -11918,24 +11925,24 @@
 
 @printindex ms
 
address@hidden Autotest Macro Index, Program & Function Index, M4 Macro Index, 
Top
address@hidden Autotest Macro Index
address@hidden Autotest Macro Index, Program & Function Index, M4 Macro Index, 
Indices
address@hidden Autotest Macro Index
 
 This is an alphabetical list of the Autotest macros.  To make the list
 easier to use, the macros are listed without their preceding @samp{AT_}.
 
 @printindex at
 
address@hidden Program & Function Index, Concept Index, Autotest Macro Index, 
Top
address@hidden Program and Function Index
address@hidden Program & Function Index, Concept Index, Autotest Macro Index, 
Indices
address@hidden Program and Function Index
 
 This is an alphabetical list of the programs and functions which
 portability is discussed in this document.
 
 @printindex pr
 
address@hidden Concept Index,  , Program & Function Index, Top
address@hidden Concept Index
address@hidden Concept Index,  , Program & Function Index, Indices
address@hidden Concept Index
 
 This is an alphabetical list of the files, tools, and concepts
 introduced in this document.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]