automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: include's doc adjustment


From: Alexandre Duret-Lutz
Subject: FYI: include's doc adjustment
Date: 08 Sep 2002 20:54:28 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm checking this in, before we forget it's new :)

2002-09-08  Alexandre Duret-Lutz  <address@hidden>

        * automake.texi (Include): Fragments are always distributed.
        * NEWS: Likewise.

Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.192
diff -u -r1.192 NEWS
--- NEWS        4 Sep 2002 22:08:33 -0000       1.192
+++ NEWS        8 Sep 2002 18:56:19 -0000
@@ -23,6 +23,7 @@
   a DESTDIR install.
 * `+=' can be used in conditionals, even if the augmented variable
   was defined for another condition.
+* Makefile fragments (inserted with `include') are always distributed.
 * Use Autoconf's --trace interface to inspect configure.ac and get
   a more accurate view of it.
 * Add support for extending aclocal's default macro search path
Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.298
diff -u -r1.298 automake.texi
--- automake.texi       23 Aug 2002 19:11:31 -0000      1.298
+++ automake.texi       8 Sep 2002 18:56:38 -0000
@@ -527,8 +527,6 @@
 compilation of the package.  Since these variables are documented as
 being for the package builder, that person rightfully expects to be able
 to override any of these variables at build time.
address@hidden FIXME: maybe Automake could bark if a developer forces a user 
variable
address@hidden from Makefile.am.
 
 To get around this problem, automake introduces an automake-specific
 shadow variable for each user flag variable.  (Shadow variables are not
@@ -4681,6 +4679,8 @@
 Note that if a fragment is included inside a conditional, then the
 condition applies to the entire contents of that fragment.
 
+Makefile fragments included this way are always distributed because
+there are needed to rebuild @file{Makefile.in}.
 
 @node Conditionals, Gnits, Include, Top
 @chapter Conditionals
Index: stamp-vti
===================================================================
RCS file: /cvs/automake/automake/stamp-vti,v
retrieving revision 1.199
diff -u -r1.199 stamp-vti
--- stamp-vti   8 Sep 2002 13:07:53 -0000       1.199
+++ stamp-vti   8 Sep 2002 18:56:38 -0000
@@ -1,4 +1,4 @@
address@hidden UPDATED 24 August 2002
address@hidden UPDATED-MONTH August 2002
address@hidden UPDATED 8 September 2002
address@hidden UPDATED-MONTH September 2002
 @set EDITION 1.6c
 @set VERSION 1.6c
Index: version.texi
===================================================================
RCS file: /cvs/automake/automake/version.texi,v
retrieving revision 1.271
diff -u -r1.271 version.texi
--- version.texi        8 Sep 2002 13:07:53 -0000       1.271
+++ version.texi        8 Sep 2002 18:56:38 -0000
@@ -1,4 +1,4 @@
address@hidden UPDATED 24 August 2002
address@hidden UPDATED-MONTH August 2002
address@hidden UPDATED 8 September 2002
address@hidden UPDATED-MONTH September 2002
 @set EDITION 1.6c
 @set VERSION 1.6c

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]