diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-05 23:31:03 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-06 00:16:36 -0400 |
commit | d7220f01575cef9aa82bbfeb8ca8743a5c03d7c9 (patch) | |
tree | 2714927f3217b0f1ddb5f8bcdd79e32bfc9c1720 /doc | |
parent | b88295d30cc26e8970bc7849e314cd4b4e59ddbd (diff) | |
download | tame-d7220f01575cef9aa82bbfeb8ca8743a5c03d7c9.tar.gz tame-d7220f01575cef9aa82bbfeb8ca8743a5c03d7c9.tar.bz2 tame-d7220f01575cef9aa82bbfeb8ca8743a5c03d7c9.zip |
Raise `Dependency Graph' from section to chapter
* doc/tame.texi: `Dependency Graph` now a chapter.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tame.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index 85cfde8..74cd369 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -51,8 +51,9 @@ Free Documentation License". @end ifnottex @menu -* Preprocessor:: Metaprogramming system -* License:: Document License +* Preprocessor:: Metaprogramming system +* Dependency Graph:: Dependency processing and flow analysis +* License:: Document License @end menu @ifnottex @@ -88,7 +89,6 @@ Free Documentation License". @menu * Macro Expansion:: -* Dependency Graph:: @end menu @node Macro Expansion @@ -102,7 +102,10 @@ Free Documentation License". @include ../src/preproc/expand/expand-sequence.texi @raisesections +@c chapter +@raisesections @include ../src/graph.texi +@lowersections @include license.texi |