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

diff --git a/TODO b/TODO
index 659e974e005aeaba394e92615cc43c5f64c99720..226726c14dfab18e98c2b6229ada260aa538588b 100644 (file)
--- 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:
index 1f2e3bb30a8aacd2e5e4b705f2b4c852a1be1d9a..6d5f349973bddd58d915e17f77a73c847d50b841 100644 (file)
@@ -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