From 0db8447222ac4e4dbdd2cd2462d2d5185c052edb Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 4 Jun 1997 04:16:08 +0000 Subject: [PATCH] doc update --- automake.texi | 12 +++++++----- stamp-vti | 2 +- version.texi | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/automake.texi b/automake.texi index d009e412..6e3903af 100644 --- a/automake.texi +++ b/automake.texi @@ -1640,17 +1640,19 @@ dependency changes, and distribute the dependencies in the generated Currently this support requires the use of GNU @code{make} and @code{gcc}. It might become possible in the future to supply a -different dependency generating program, if there is enough demand. - -This mode is enabled by default if any C program or library is defined -in the current directory. +different dependency generating program, if there is enough demand. In +the meantime, this mode is enabled by default if any C program or +library is defined in the current directory, so you may get a @samp{Must +be a separator} error from non-GNU make. When you decide to make a distribution, the @code{dist} target will @trindex dist re-run @code{automake} with @samp{--include-deps} and other options. This will cause the previously generated dependencies to be inserted into the generated @file{Makefile.in}, and thus into the distribution. -This step also turns off inclusion of the dependency generation code. +This step also turns off inclusion of the dependency generation code, so +that those who download your distribution but don't use GNU @code{make} +and @code{gcc} will not get errors. When added to the @file{Makefile.in}, the dependencies have all system-specific dependencies automatically removed. This can be done by diff --git a/stamp-vti b/stamp-vti index c50d1dfc..df3eaf18 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 1 June 1997 +@set UPDATED 3 June 1997 @set EDITION 1.1q @set VERSION 1.1q diff --git a/version.texi b/version.texi index c50d1dfc..df3eaf18 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 1 June 1997 +@set UPDATED 3 June 1997 @set EDITION 1.1q @set VERSION 1.1q -- 2.43.5