summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
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