]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
*** empty log message ***
authorTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:07:30 +0000 (06:07 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 06:07:30 +0000 (06:07 +0000)
TODO
automake.texi

diff --git a/TODO b/TODO
index ef9b9eff55aa2dbf82c8a449e3a4a3072157f9b8..09275602411ac025b3f19d5f2f9e156d38114003 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,10 @@
 Top priorities:
-* Handle version.texi automatically
 * Fix up 'clean' rules
 * Make sure auto-deANSIfication works
 
+It might be cool to generate .texi dependencies by grepping for
+@include.
+
 Rename --included-deps to --insert-deps?
 
 Fix up how 'clean' targets are handled (they should be handled like
index aa281690b8a3e70561fe029abdc557b12e56006d..8354807bdaeaab4c8b2012ab9bef845edd6505a4 100644 (file)
@@ -415,7 +415,7 @@ Here is how the documentation is handled in GNU cpio (which includes
 both Texinfo documentation and man pages):
 
 @example
-TEXINFOS = cpio.texi version.texi
+TEXINFOS = cpio.texi
 MANS = cpio.1 mt.1
 @end example