release.mak: want no .tar.bz2 no more
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 13 Apr 2012 23:22:41 +0000 (00:22 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 13 Apr 2012 23:25:22 +0000 (00:25 +0100)
Out with the old, in with the new.

release.mak

index 4a9b7d5..7fbf4ca 100644 (file)
@@ -1,12 +1,8 @@
 # include this snippet to add a common release: target by using
 # include $(top_srcdir)/common/release.mak
 
-# make bz2 as well
-AUTOMAKE_OPTIONS = dist-bzip2
-
 release: dist
-       $(MAKE) $(PACKAGE)-$(VERSION).tar.gz.md5
-       $(MAKE) $(PACKAGE)-$(VERSION).tar.bz2.md5
+       $(MAKE) $(PACKAGE)-$(VERSION).tar.xz.md5
 
 # generate md5 sum files
 %.md5: %