diff options
author | Peter Simons <simons@cryp.to> | 2009-12-23 18:43:41 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2009-12-23 19:12:51 +0100 |
commit | 36145ced94bebf806d8191fdc9ec6a1aaa803172 (patch) | |
tree | ad3820901492f13b229ca14ae15a9628db5162bc /doc | |
parent | b6624ae829ab4a708c6457741a404e1474836ce5 (diff) | |
download | autoconf-archive-36145ced94bebf806d8191fdc9ec6a1aaa803172.tar.gz |
doc/autoconf-archive.texi: added a section "introduction" for general chatter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/autoconf-archive.texi | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/autoconf-archive.texi b/doc/autoconf-archive.texi index 44746fd..6608c50 100644 --- a/doc/autoconf-archive.texi +++ b/doc/autoconf-archive.texi @@ -10,8 +10,8 @@ @include version.texi @copying -This manual is for Autoconf Archive @value{VERSION}, -which is a collection of re-usable Autoconf macros. +This manual is for Autoconf Archive version @value{VERSION}, a +collection of re-usable Autoconf macros. Compilation Copyright @copyright{} 2009 Autoconf Archive Maintainers @email{autoconf-archive-maintainers@@nongnu.org} @@ -50,6 +50,10 @@ General Public License for more details. @end ifnottex @menu +* Introduction:: + +The Macros: + * ax_absolute_header:: * ax_ac_append_to_file:: * ax_ac_print_to_file:: @@ -525,6 +529,11 @@ General Public License for more details. * ax_xtra_classpath:: @end menu +@node Introduction +@unnumbered Introduction + +To do. + @include all-macros.texi @bye |