diff options
author | Bruno Haible <bruno@clisp.org> | 2009-08-14 19:27:51 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-08-14 19:27:51 +0200 |
commit | b1ee2a7d139c74251ed556bf87314e49373b354c (patch) | |
tree | 36da91afa4fcad3d6eee1eb9f0195ca357b5b7ca | |
parent | 5d3e6243fb9e862417255769de41cffbc06c4c0f (diff) | |
download | external_gettext-b1ee2a7d139c74251ed556bf87314e49373b354c.zip external_gettext-b1ee2a7d139c74251ed556bf87314e49373b354c.tar.gz external_gettext-b1ee2a7d139c74251ed556bf87314e49373b354c.tar.bz2 |
Update error message.
-rw-r--r-- | gettext-tools/misc/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/misc/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 76ace46..42e8e32 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2009-08-14 Bruno Haible <bruno@clisp.org> + + * Makefile.am (archive.tar.gz): Update error message. + 2009-08-09 Bruno Haible <bruno@clisp.org> Add support for multiple PO directories to autopoint. diff --git a/gettext-tools/misc/Makefile.am b/gettext-tools/misc/Makefile.am index 7b84b9f..be5369b 100644 --- a/gettext-tools/misc/Makefile.am +++ b/gettext-tools/misc/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/misc subdirectory of GNU gettext -## Copyright (C) 1995-1997, 2000-2003, 2005-2007 Free Software Foundation, Inc. +## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ archive.tar.gz: if test -f $(gettextsrcdir)/archive.tar.gz; then \ cp -p $(gettextsrcdir)/archive.tar.gz $@; \ else \ - echo "archive.tar.gz is not in the CVS. Please copy the archive.tar.gz from an already installed release to gettext-tools/misc/." 1>&2; \ + echo "archive.tar.gz is not under version control. Please copy the archive.tar.gz from an already installed release to gettext-tools/misc/." 1>&2; \ exit 1; \ fi |