]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make autopoint usable from CVS checkouts.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Apr 2003 11:58:17 +0000 (11:58 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:22 +0000 (12:10 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/Makefile.am

index 655b4e00c14f0b59448ab1f122d20c8ca65aa7c7..d177c0b7831b1817003a615dd07f5163a643560a 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (archive.tar.gz): Avoid creating an empty tar.gz file.
+       Reported by Martin Mokrejš <mmokrejs@natur.cuni.cz>.
+
 2003-03-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: New file.
index c96d55d287439af30f525431fb916daa73930b2e..33f86f530a00c6986ba93114f0fe3cc8dadd33cb 100644 (file)
@@ -33,8 +33,10 @@ EXTRA_DIST += add-to-archive cvsuser.c archive.tar.gz
 gettextsrcdir = $(datadir)/gettext
 gettextsrc_DATA = archive.tar.gz
 
+# The archive.tar.gz is not in the CVS. Alpha-testers must use the one from an
+# already installed release.
 archive.tar.gz:
-       (cd autopoint-files && tar cf - --owner=root --group=root `find archive -type f | grep -v /CVS/`) | gzip -c -9 > $@
+       cp -p $(gettextsrcdir)/archive.tar.gz $@
 
 
 # Emacs Lisp code.