diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-01-23 09:53:37 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-01-23 09:53:37 -0500 |
commit | ce08086b15a0009eb762dfbd2a77e99208a92308 (patch) | |
tree | 613803db7b8f161da1510cadeb27d1ad5655efc9 /doc/tame.texi | |
parent | a7f186beffe5dee3e35cf94eb95abccb6256ddfb (diff) | |
download | tame-ce08086b15a0009eb762dfbd2a77e99208a92308.tar.gz tame-ce08086b15a0009eb762dfbd2a77e99208a92308.tar.bz2 tame-ce08086b15a0009eb762dfbd2a77e99208a92308.zip |
doc: Remove todo.texi
TODOs shouldn't be stored here, and they will get out of sync.
* Makefile.am (tame_TEXINFOS): Remove todo.texi.
* tame.texi: Remove include and menu entry.
* todo.texi: Remove file.
Diffstat (limited to 'doc/tame.texi')
-rw-r--r-- | doc/tame.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index b83ddf0..300610e 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -55,7 +55,6 @@ Free Documentation License". * Preprocessor:: Metaprogramming system * Dependency Graph:: Dependency processing and flow analysis * Symbol Table:: Lookup table for all objects -* Project TODOs:: High-level project tasks * License:: Document License @end menu @@ -124,7 +123,6 @@ TAME @include src/symtable.texi @lowersections -@include todo.texi @include license.texi @bye |