From f592f614e271c9c5d8abd8fb0079c50e594a27b9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 10 Nov 1998 09:51:32 +0000 Subject: [PATCH] Doc improvement from Akim Demaille. --- TODO | 5 +++++ automake.texi | 5 ++++- stamp-vti | 2 +- version.texi | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 9b46e23a..bf5a3b15 100644 --- 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 diff --git a/automake.texi b/automake.texi index 35e810f6..e0249448 100644 --- a/automake.texi +++ b/automake.texi @@ -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 diff --git a/stamp-vti b/stamp-vti index 761f848e..4cdc80c4 100644 --- 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 diff --git a/version.texi b/version.texi index 761f848e..4cdc80c4 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 30 October 1998 +@set UPDATED 10 November 1998 @set EDITION 1.3c @set VERSION 1.3c -- 2.43.5