* lib/am/texi-vers.am (%STAMPVTI%): Typo in comment.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Jul 2004 19:50:54 +0000 (19:50 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 25 Jul 2004 19:50:54 +0000 (19:50 +0000)
ChangeLog
lib/am/texi-vers.am

index f0f5dd6..41fedbd 100644 (file)
--- 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.
index 9a1004b..b8459e7 100644 (file)
@@ -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.