summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDustin J. Mitchell <dustin@zmanda.com>2010-01-09 20:50:07 -0600
committerDustin J. Mitchell <dustin@zmanda.com>2010-01-25 12:36:36 -0600
commit53d304d6727847a9bce5bb53975050cc74f83777 (patch)
treece591719fcceaef9d6e1adc021dab664f794b568 /doc/Makefile.am
parentc6b6f516499ec60026f27c7ef243f9bf0102ce13 (diff)
downloadautoconf-archive-53d304d6727847a9bce5bb53975050cc74f83777.tar.gz
reorganizing documentation in prep for more prose
On the source side, this splits the documentation into multiple .texi files and auto-generates the @menu for all-macros.texi, sparing a redundant edit every time a macro is added or removed. This also reorganizes the node structure somewhat, using numbered nodes for everything but the macros, and organizing the macros as sections in their own chapter, rather than full-fledged chapters.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b2ee3e1..ffd0697 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -3,7 +3,8 @@
# Copyright (c) 2010 by the Autoconf Archive Maintainers
# Licensed under the terms of the GNU General Public License.
+CHAPTERS = using.texi contribute.texi introduction.texi
info_TEXINFOS = autoconf-archive.texi
-EXTRA_DIST = $(TEXIFILES) all-macros.texi
+EXTRA_DIST = $(TEXIFILES) $(CHAPTERS) all-macros.texi
-autoconf-archive.info: autoconf-archive.texi all-macros.texi $(TEXIFILES)
+autoconf-archive.info: autoconf-archive.texi all-macros.texi $(TEXIFILES) $(CHAPTERS)