From: Tom Tromey Date: Thu, 30 Nov 1995 00:34:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Release-0-25~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0a3dba6259c9b9ae3a1262df5cdf72cbc899bed;p=thirdparty%2Fautomake.git *** empty log message *** --- diff --git a/TODO b/TODO index 659e974e0..226726c14 100644 --- a/TODO +++ b/TODO @@ -126,6 +126,9 @@ DISTCLEANFILES lib_LIBADD code conditionally included in a library This probably needs to be redone anyway. +AM_TEXINFOS override form +SUFFIXES additional suffixes + ================================================================ Libraries: diff --git a/automake.texi b/automake.texi index 1f2e3bb30..6d5f34997 100644 --- a/automake.texi +++ b/automake.texi @@ -296,6 +296,10 @@ and for automatic de-ANSI-fication. HEADERS = hello.h getopt.h rx.h @end example +@samp{HEADERS} should also be used to list any sources files which are +conditionally built. FIXME probably should use @samp{SOURCES} for this; +that support might even work. + @node Scripts @section Programs Which are Scripts