summaryrefslogtreecommitdiff
path: root/macro2texi.py
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 /macro2texi.py
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 'macro2texi.py')
-rwxr-xr-xmacro2texi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro2texi.py b/macro2texi.py
index beb9599..87c9569 100755
--- a/macro2texi.py
+++ b/macro2texi.py
@@ -7,7 +7,7 @@ from macro import Macro, writeFile
tmpl = """\
@node %(name)s
-@unnumbered %(name)s
+@unnumberedsec %(name)s
@majorheading Synopsis