]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Properly set the ``header'' part.
authorAkim Demaille <akim@epita.fr>
Tue, 9 Jul 2002 17:01:38 +0000 (17:01 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 9 Jul 2002 17:01:38 +0000 (17:01 +0000)
ChangeLog
doc/autoconf.texi

index 592613d24702f631c448420b4a5b9a029ac18f18..d1a1db16bc21bd3d4757c2e8f43c676586c43e7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-09  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi: Properly set the ``header'' part.
+
 2002-07-09  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Systemology): Some about Darwin.
index a6f122c542e18de19d8f07891a29959009c29dee..4f1275df24cdcc36feac77fb85dbfa7db3515ff8 100644 (file)
@@ -1,12 +1,72 @@
 \input texinfo @c -*-texinfo-*-
-@comment $Id$
+@comment ========================================================
 @comment %**start of header
 @setfilename autoconf.info
 @include version.texi
 @settitle Autoconf
 @setchapternewpage odd
 @setcontentsaftertitlepage
+@finalout
+
+@c A simple macro for optional variables.
+@macro ovar{varname}
+@r{[}@var{\varname\}@r{]}
+@end macro
+
+@c A simple macro for optional variables with a default value.
+@macro dvar{varname, default}
+@r{[}@var{\varname\} = @samp{\default\}@r{]}
+@end macro
+
+@c I don't like the way URL are displayed in TeX with @uref.
+@ifhtml
+@macro href{url, title}
+@uref{\url\, \title\}
+@end macro
+@end ifhtml
+@ifnothtml
+@macro href{url, title}
+\title\@footnote{\title\, @url{\url\}.}
+@end macro
+@end ifnothtml
+
+@c Define an environment variable index.
+@defcodeindex ev
+@c Define an output variable index.
+@defcodeindex ov
+@c Define a CPP variable index.
+@defcodeindex cv
+@c Define an Autoconf macro index that @defmac doesn't write to.
+@defcodeindex ac
+@c Define an Autotest macro index that @defmac doesn't write to.
+@defcodeindex at
+@c Define an M4sugar macro index that @defmac doesn't write to.
+@defcodeindex ms
+@c Define an index for *foreign* programs: `mv' etc.  Used for the
+@c portability sections and so on.
+@defindex pr
+
+@c Define an index for functions: `alloca' etc.  Used for the
+@c portability sections and so on.  We can't use `fn' (aka `fnindex),
+@c since `@defmac' goes into it => we'd get all the macros too.
+
+@c   FIXME: Aaarg!  It seems there are too many indices for TeX :(
+@c
+@c   ! No room for a new @write .
+@c   l.112 @defcodeindex fu
+@c
+@c   so don't define yet another one :(  Just put some tags before each
+@c   @prindex which is actually a @funindex.
+@c
+@c   @defcodeindex fu
+@c
+@c
+@c   @c Put the programs and functions into their own index.
+@c   @syncodeindex fu pr
+
 @comment %**end of header
+@comment ========================================================
+
 @copying
 
 This manual is for GNU Autoconf
@@ -32,30 +92,9 @@ Software Foundation raise funds for GNU development.''
 @end quotation
 @end copying
 
-@c A simple macro for optional variables.
-@macro ovar{varname}
-@r{[}@var{\varname\}@r{]}
-@end macro
 
-@c A simple macro for optional variables with a default value.
-@macro dvar{varname, default}
-@r{[}@var{\varname\} = @samp{\default\}@r{]}
-@end macro
 
-@c I don't like the way URL are displayed in TeX with @uref.
-@ifhtml
-@macro href{url, title}
-@uref{\url\, \title\}
-@end macro
-@end ifhtml
-@ifnothtml
-@macro href{url, title}
-\title\@footnote{\title\, @url{\url\}.}
-@end macro
-@end ifnothtml
-
-
-@dircategory GNU admin
+@dircategory GNU programming tools
 @direntry
 * Autoconf: (autoconf).         Create source code configuration scripts
 @end direntry
@@ -84,7 +123,6 @@ Software Foundation raise funds for GNU development.''
                                 Running an Autotest test suite
 @end direntry
 
-@finalout
 @titlepage
 @title Autoconf
 @subtitle Creating Automatic Configuration Scripts
@@ -92,8 +130,6 @@ Software Foundation raise funds for GNU development.''
 @author David MacKenzie
 @author Ben Elliston
 @author Akim Demaille
-@c I think I've rewritten all of Noah and Roland's contributions by now.
-
 @page
 @vskip 0pt plus 1filll
 @insertcopying
@@ -101,45 +137,10 @@ Software Foundation raise funds for GNU development.''
 
 @contents
 
-@c Define an environment variable index.
-@defcodeindex ev
-@c Define an output variable index.
-@defcodeindex ov
-@c Define a CPP variable index.
-@defcodeindex cv
-@c Define an Autoconf macro index that @defmac doesn't write to.
-@defcodeindex ac
-@c Define an Autotest macro index that @defmac doesn't write to.
-@defcodeindex at
-@c Define an M4sugar macro index that @defmac doesn't write to.
-@defcodeindex ms
-@c Define an index for *foreign* programs: `mv' etc.  Used for the
-@c portability sections and so on.
-@defindex pr
-
-@c Define an index for functions: `alloca' etc.  Used for the
-@c portability sections and so on.  We can't use `fn' (aka `fnindex),
-@c since `@defmac' goes into it => we'd get all the macros too.
-
-@c   FIXME: Aaarg!  It seems there are too many indices for TeX :(
-@c
-@c   ! No room for a new @write .
-@c   l.112 @defcodeindex fu
-@c
-@c   so don't define yet another one :(  Just put some tags before each
-@c   @prindex which is actually a @funindex.
-@c
-@c   @defcodeindex fu
-@c
-@c
-@c   @c Put the programs and functions into their own index.
-@c   @syncodeindex fu pr
-
 
 @ifnottex
 @node Top
 @top Autoconf
-
 @insertcopying
 @end ifnottex