+2006-02-05 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * doc/automake.texi (distcleancheck): Fix bad wording. Report
+ from Bob Rossi.
+ (Man pages): Show dist_man_MANS, not EXTRA_DIST = $(man_MANS).
+
2006-01-29 Alexandre Duret-Lutz <adl@gnu.org>
Append $(EXEEXT) to programs that may be listed in TESTS.
Bill Fenner fenner@parc.xerox.com
Bob Friesenhahn bfriesen@simple.dallas.tx.us
Bob Proulx rwp@hprwp.fc.hp.com
+Bob Rossi bob@brasko.net
Braden N. McDaniel braden@endoframe.com
Brendan O'Dea bod@compusol.com.au
Brian Ford ford@vss.fsi.com
installed by default. The user can still explicitly install them via
@samp{make install-man}.
-Here is how the man pages are handled in GNU @command{cpio} (which
-includes both Texinfo documentation and man pages):
-
-@example
-man_MANS = cpio.1 mt.1
-EXTRA_DIST = $(man_MANS)
-@end example
-
Man pages are not currently considered to be source, because it is not
uncommon for man pages to be automatically generated. Therefore they
are not automatically included in the distribution. However, this can
-be changed by use of the @code{dist_} prefix.
+be changed by use of the @code{dist_} prefix. For instance here is
+how to distribute and install the two man pages of GNU @command{cpio}
+(which includes both Texinfo documentation and man pages):
+
+@example
+dist_man_MANS = cpio.1 mt.1
+@end example
The @code{nobase_} prefix is meaningless for man pages and is
disallowed.
Distributed files should never depend upon non-distributed built
files.
@item
-Distributed files should be distributed will all their dependencies.
+Distributed files should be distributed with all their dependencies.
@item
-If a file is @emph{intended} be rebuilt by users, there is no point in
-distributing it.
+If a file is @emph{intended} to be rebuilt by users, then there is no point
+in distributing it.
@end itemize
@end cartouche
-@set UPDATED 29 January 2006
-@set UPDATED-MONTH January 2006
+@set UPDATED 5 February 2006
+@set UPDATED-MONTH February 2006
@set EDITION 1.9a
@set VERSION 1.9a
-@set UPDATED 29 January 2006
-@set UPDATED-MONTH January 2006
+@set UPDATED 5 February 2006
+@set UPDATED-MONTH February 2006
@set EDITION 1.9a
@set VERSION 1.9a