Skip to content
Snippets Groups Projects
Commit 4a305903 authored by Brian Tarricone's avatar Brian Tarricone
Browse files

add dist-bz2 and distcheck-bz2 targets

(Old svn revision: 12241)
parent 6ee5b5e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment