]> sourceware.org Git - automake.git/commitdiff
doc fix
authorTom Tromey <tromey@redhat.com>
Thu, 1 May 1997 05:36:39 +0000 (05:36 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 1 May 1997 05:36:39 +0000 (05:36 +0000)
TODO
automake.texi

diff --git a/TODO b/TODO
index e1336fbb38536e9e58a58f3f77725b959a5db58d..5da27ca58a95c36a008b967a2968f44b1b97d059 100644 (file)
--- a/TODO
+++ b/TODO
 
 * allow 'cygnus' in AUTOMAKE_OPTIONS
 
+* a couple ways to be smarter:
+  - notice when a .c file is a target somewhere, and auto-add it to
+    BUILT_SOURCES
+  - notice a target of the form `.x.y:' and assume it is a suffix rule
 
 
 * NORMAL_INSTALL / NORMAL_UNINSTALL -vs- recursive rules
index df6d5459ea4e0b20fa82ff33f1da772bdeb24fec..57eaf1195c8b455068823d2e39597e1eb722b1bd 100644 (file)
@@ -2266,7 +2266,7 @@ SUFFIXES = .java .class
 Automake supports a simple type of conditionals.
 
 @cvindex AM_CONDITIONAL
-Before using a conditiona, you must define it by using
+Before using a conditional, you must define it by using
 @code{AM_CONDITIONAL} in the @code{configure.in} file.  The
 @code{AM_CONDITIONAL} macro takes two arguments.
 
This page took 0.034602 seconds and 5 git commands to generate.