From ec6a4cbc42dc13d662ebeb86557346963869a54a Mon Sep 17 00:00:00 2001 From: Brian Tarricone Date: Fri, 24 Dec 2004 00:03:42 +0000 Subject: add dist-bz2 and distcheck-bz2 targets (Old svn revision: 8032) --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5e1adbd1..0ac2ced1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,3 +73,9 @@ html: Makefile make -C doc html ACLOCAL_AMFLAGS = -I m4 + +dist-bz2: dist + zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 + +distcheck-bz2: distcheck + zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION)$.tar.bz2 -- cgit v1.2.1