diff options
author | Bruno Haible <bruno@clisp.org> | 2002-07-17 11:54:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:08:38 +0200 |
commit | 640b0799175f3e7f5d0f74d40763c44b2bb025aa (patch) | |
tree | 28e98037de5d843fed609362cfd52a869ada3735 | |
parent | da9f8dbe5c125f8b3333601aee5beb773b6e8a2f (diff) | |
download | external_gettext-640b0799175f3e7f5d0f74d40763c44b2bb025aa.zip external_gettext-640b0799175f3e7f5d0f74d40763c44b2bb025aa.tar.gz external_gettext-640b0799175f3e7f5d0f74d40763c44b2bb025aa.tar.bz2 |
Comments.
-rwxr-xr-x | misc/add-to-autopoint-files | 4 | ||||
-rw-r--r-- | misc/autopoint.in | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/add-to-autopoint-files b/misc/add-to-autopoint-files index 42a527a..a2beabc 100755 --- a/misc/add-to-autopoint-files +++ b/misc/add-to-autopoint-files @@ -17,12 +17,12 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# Usage: add-to-archive /somewhere/gettext-0.xx.yy.tar.gz +# Usage: add-to-autopoint-files /somewhere/gettext-0.xx.yy.tar.gz # Adds the infrastructure files for gettext version 0.xx.yy to the # CVS repository in the archive directory. if test $# != 1; then - echo "Usage: add-to-archive /somewhere/gettext-0.xx.yy.tar.gz" + echo "Usage: add-to-autopoint-files /somewhere/gettext-0.xx.yy.tar.gz" exit 1 fi diff --git a/misc/autopoint.in b/misc/autopoint.in index c889d3b..db0c749 100644 --- a/misc/autopoint.in +++ b/misc/autopoint.in @@ -170,6 +170,7 @@ fi # 0.11 720 # 0.11.1 740 # 0.11.2 748 +# 0.11.3 804 # # The requirement that the user must have the CVS program available is not # a severe restrictions, because most of the people who use autopoint are |