From: Tom Tromey Date: Sun, 26 Nov 1995 06:07:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Release-0-25~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dad8bc1037fa03cbbc9c3992637bdfd22ba7e08;p=thirdparty%2Fautomake.git *** empty log message *** --- diff --git a/TODO b/TODO index ef9b9eff5..092756024 100644 --- 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 diff --git a/automake.texi b/automake.texi index aa281690b..8354807bd 100644 --- a/automake.texi +++ b/automake.texi @@ -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