From: Bruno Haible Date: Fri, 11 Apr 2003 11:58:17 +0000 (+0000) Subject: Make autopoint usable from CVS checkouts. X-Git-Tag: v0.12~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e45bdc25293204baadd008ed0a089438daa29c69;p=thirdparty%2Fgettext.git Make autopoint usable from CVS checkouts. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 655b4e00c..d177c0b78 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-11 Bruno Haible + + * Makefile.am (archive.tar.gz): Avoid creating an empty tar.gz file. + Reported by Martin Mokrejš . + 2003-03-30 Bruno Haible * Makefile.vms: New file. diff --git a/gettext-tools/misc/Makefile.am b/gettext-tools/misc/Makefile.am index c96d55d28..33f86f530 100644 --- a/gettext-tools/misc/Makefile.am +++ b/gettext-tools/misc/Makefile.am @@ -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.