diff --git a/doc/Makefile.am b/doc/Makefile.am index bdd3ce7d..c1f3b04c 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 47cd6b21..a97d41d9 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 similarity index 99% rename from doc/about.texi rename to doc/usage.texi index 5de47479..7430412f 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