]> sourceware.org Git - automake.git/commitdiff
Doc improvement from Akim Demaille.
authorTom Tromey <tromey@redhat.com>
Tue, 10 Nov 1998 09:51:32 +0000 (09:51 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 10 Nov 1998 09:51:32 +0000 (09:51 +0000)
TODO
automake.texi
stamp-vti
version.texi

diff --git a/TODO b/TODO
index 9b46e23a3158c54435b8bb98e6d4ce62762431eb..bf5a3b15e37d102ad5a75d9ab77cd06ebcb744e0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,8 @@
+* `DEFS += foo' won't work.
+  That's because DEFS is defined in header-vars.am, which is read
+  after the user's Makefile.am.
+  This will be a problem for any macro defined internally
+
 * document user namespace for macro/target names
   adopt some conventions and use uniformly
 
index 35e810f6b3a75926a5c2234b941f6f0215592913..e0249448a89e4326e14edc2323914478f0d361fe 100644 (file)
@@ -2730,6 +2730,7 @@ matter, @ref{Man Pages, , , standards, The GNU Coding Standards}.)  Man
 pages are declared using the @samp{MANS} primary.  Generally the
 @code{man_MANS} macro is used.  Man pages are automatically installed in
 the correct subdirectory of @code{mandir}, based on the file extension.
+They are not automatically included in the distribution.
 @vindex MANS
 @vindex man_MANS
 
@@ -2754,13 +2755,15 @@ includes both Texinfo documentation and man pages):
 @example
 info_TEXINFOS = cpio.texi
 man_MANS = cpio.1 mt.1
+EXTRA_DIST = $(man_MANS)
 @end example
 
 Texinfo source and info pages are all considered to be source for the
 purposes of making a distribution.
 
 Man pages are not currently considered to be source, because it is not
-uncommon for man pages to be automatically generated.
+uncommon for man pages to be automatically generated.  For the same
+reason, they are not automatically included in the distribution.
 
 
 @node Install, Clean, Documentation, Top
index 761f848e48a7c999f69d211f48713cd231a835f4..4cdc80c4fcfb3fd5d1a06433c54ec31d886124a6 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,3 +1,3 @@
-@set UPDATED 30 October 1998
+@set UPDATED 10 November 1998
 @set EDITION 1.3c
 @set VERSION 1.3c
index 761f848e48a7c999f69d211f48713cd231a835f4..4cdc80c4fcfb3fd5d1a06433c54ec31d886124a6 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 30 October 1998
+@set UPDATED 10 November 1998
 @set EDITION 1.3c
 @set VERSION 1.3c
This page took 0.037184 seconds and 5 git commands to generate.