diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-01-29 15:38:00 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-01-29 15:38:00 -0500 |
commit | f3aa38a0c132e78b0b71fdd14820363c8906a42e (patch) | |
tree | d8ec9037107c3746470318203214925e0df61459 /doc | |
parent | 4406cbe553d91fb2244901b7d4218b2831f01213 (diff) | |
download | tame-f3aa38a0c132e78b0b71fdd14820363c8906a42e.tar.gz tame-f3aa38a0c132e78b0b71fdd14820363c8906a42e.tar.bz2 tame-f3aa38a0c132e78b0b71fdd14820363c8906a42e.zip |
doc: Convert most sections index appendicies
I want this manual to be useful both to developers and users of TAME,
so this distinction needs to be made clear.
* doc/tame.texi (Preprocessor): chapter=>appendix.
* src/graph.texi: Top to appendix and raise subsections.
* src/symtable.texi: Top to appendix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tame.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index 300610e..728d98c 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -99,8 +99,9 @@ TAME @include about.texi + @node Preprocessor -@chapter Preprocessor +@appendix Preprocessor @menu * Macro Expansion:: @@ -117,11 +118,8 @@ TAME @include src/preproc/expand/expand-sequence.texi @raisesections -@c chapter -@raisesections @include src/graph.texi @include src/symtable.texi -@lowersections @include license.texi |