]> sourceware.org Git - automake.git/commitdiff
nothing
authorTom Tromey <tromey@redhat.com>
Fri, 28 Mar 1997 01:06:40 +0000 (01:06 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 28 Mar 1997 01:06:40 +0000 (01:06 +0000)
automake.texi

index 27cd48180a906d79e1d59f165ef9a0ac71f9adf4..fb1eb22a8c7eebdaf6ff0fe47991499990b3b2c8 100644 (file)
@@ -1656,6 +1656,12 @@ Built sources are also not compiled by default.  You must either
 explicitly mention them in some other @samp{_SOURCES} variable for this
 to happen.
 
+Note that, in some cases, @code{BUILT_SOURCES} will work in somewhat
+suprising ways.  In order to get the built sources to work with
+automatic dependency tracking, the @file{Makefile} must depend on
+@code{$(BUILT_SOURCES)}.  This can cause these sources to be rebuilt at
+what might seem like funny times.
+
 
 @node Other GNU Tools
 @chapter Other GNU Tools
@@ -2309,8 +2315,20 @@ convenient locally, but for all distributions to be Unicode or
 @w{ISO 10646} with the UTF-8 encoding.
 
 @item
-Support for automatically generating packages (eg Solaris packages, or
-RPM packages).
+Support for automatically generating packages (eg Debian packages, RPM
+packages, Solaris packages, etc).  This will happen more quickly if
+someone with package-building experience can tell me what would be
+helpful.
+
+@item
+Rewrite in Guile.  This won't happen in the near future, but it will
+eventually happen.
+
+@item
+GUI that makes maintenance even easier.
+
+@item
+Your idea here.
 @end itemize
 
 @node Index
This page took 0.032378 seconds and 5 git commands to generate.