diff options
Diffstat (limited to 'doc/tame.texi')
-rw-r--r-- | doc/tame.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index 929bac8..b83ddf0 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -1,6 +1,6 @@ \input texinfo @c This document is part of the TAME manual. -@c Copyright (C) 2015, 2016 R-T Specialty, LLC. +@c Copyright (C) 2015, 2016, 2018 R-T Specialty, LLC. @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 or @c any later version published by the Free Software Foundation; with no @@ -19,7 +19,7 @@ @copying This manual is for TAME, version @value{VERSION}. -Copyright @copyright{} 2015, 2016 R-T Specialty, LLC. +Copyright @copyright{} 2015, 2016, 2018 R-T Specialty, LLC. @quotation Permission is granted to copy, distribute and/or modify this document @@ -51,6 +51,7 @@ Free Documentation License". @end ifnottex @menu +* About 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 @@ -97,6 +98,7 @@ TAME @definfoenclose math,\(,\) @end ifhtml +@include about.texi @node Preprocessor @chapter Preprocessor |