+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.
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.