diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-01-29 16:49:03 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-01-30 13:45:15 -0500 |
commit | a985cf1f23a734df6312aa67f06abaca3b2b276d (patch) | |
tree | 0c76fadc6fc1c0e6db3da3a984842ac35a756816 /doc | |
parent | 0c67e85676b5cf1acefbfb63ceb8fb2c9428589d (diff) | |
download | tame-a985cf1f23a734df6312aa67f06abaca3b2b276d.tar.gz tame-a985cf1f23a734df6312aa67f06abaca3b2b276d.tar.bz2 tame-a985cf1f23a734df6312aa67f06abaca3b2b276d.zip |
doc ({About=>Using} TAME): {about=>usage.tex}
* doc/Makefile.am (tame_TEXINFOS): {about=>usage}.texi.
* doc/tame.texi: Include {about=>usage}.texi
* doc/about.texi: Rename file.
* doc/usage.texi: New file (renamed from about).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/tame.texi | 4 | ||||
-rw-r--r-- | doc/usage.texi (renamed from doc/about.texi) | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index bdd3ce7..c1f3b04 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,7 +27,7 @@ stylesheets := $(shell find "$(path_src)" \ stexi := $(stylesheets:.xsl=.texi) info_TEXINFOS = tame.texi -tame_TEXINFOS = about.texi macros.texi preproc.texi license.texi \ +tame_TEXINFOS = usage.texi macros.texi preproc.texi license.texi \ config.texi $(stexi) tame.css MAKEINFOHTML=$(MAKEINFO) --html --css-include tame.css diff --git a/doc/tame.texi b/doc/tame.texi index 47cd6b2..a97d41d 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -62,7 +62,7 @@ Free Documentation License". @end ifnottex @menu -* About TAME:: History of TAME and how to use it +* Using TAME:: History of TAME and how to use it * Preprocessor:: Metaprogramming system * Dependency Graph:: Dependency processing and flow analysis * Symbol Table:: Lookup table for all objects @@ -78,7 +78,7 @@ Free Documentation License". @end ifnottex -@include about.texi +@include usage.texi @include preproc.texi @include src/graph.texi diff --git a/doc/about.texi b/doc/usage.texi index 5de4747..7430412 100644 --- a/doc/about.texi +++ b/doc/usage.texi @@ -7,8 +7,8 @@ @c A copy of the license is included in the section entitled ``GNU Free @c Documentation License''. -@node About TAME -@chapter About TAME +@node Using TAME +@chapter Using TAME @tame{} is The Adaptive Metalanguage, a programming language and system of tools designed to aid in the development; understanding; and maintenance of systems performing |