From 4a305903bcb00ee203082384c923b369583cb5a6 Mon Sep 17 00:00:00 2001
From: Brian Tarricone <brian@tarricone.org>
Date: Fri, 24 Dec 2004 00:03:43 +0000
Subject: [PATCH] add dist-bz2 and distcheck-bz2 targets

(Old svn revision: 12241)
---
 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 0206f9a07..a3381dfec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,3 +15,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
-- 
GitLab