summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-07-25 19:50:54 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-07-25 19:50:54 +0000
commitcf286e8a25ce38652a307bcb58d990353b765ede (patch)
treeaa87c941f32810d5a504947d8ac31df649905a31
parent844e7f042912a2d77d3bcfb9be5183f2f88b4227 (diff)
downloadautomake-cf286e8a25ce38652a307bcb58d990353b765ede.tar.gz
* lib/am/texi-vers.am (%STAMPVTI%): Typo in comment.
-rw-r--r--ChangeLog4
-rw-r--r--lib/am/texi-vers.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f0f5dd652..41fedbdc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-25 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * lib/am/texi-vers.am (%STAMPVTI%): Typo in comment.
+
2004-07-22 Alexandre Duret-Lutz <adl@gnu.org>
* doc/automake.texi (Libtool Modules): Typo in example.
diff --git a/lib/am/texi-vers.am b/lib/am/texi-vers.am
index 9a1004b4a..b8459e740 100644
--- a/lib/am/texi-vers.am
+++ b/lib/am/texi-vers.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003
+## Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,7 @@ DIST_COMMON += %VTEXI% %STAMPVTI%
## (Not configure.ac, because not all setups define the version number
## in this file.)
%STAMPVTI%: %TEXI% $(top_srcdir)/configure
-## It is wrong to have %STAMPTVTI% dependent on %DIRSTAMP%, because
+## It is wrong to have %STAMPVTI% dependent on %DIRSTAMP%, because
## %STAMPVTI% is distributed and %DIRSTAMP% isn't: a distributed file
## should never be dependent upon a non-distributed built file.
## Therefore we ensure that %DIRSTAMP% exists in the rule.