[Xfce4-commits] <xfce4-radio-plugin:master> Added dist-bz2 target to Makefile

Stefan Ott noreply at xfce.org
Tue Oct 26 03:18:01 CEST 2010


Updating branch refs/heads/master
         to 2aa214b254251589ded9a17b9370b18a122056a7 (commit)
       from 63a92e6837eb8229a17810c6e3ea97fe99953b24 (commit)

commit 2aa214b254251589ded9a17b9370b18a122056a7
Author: Stefan Ott <stefan at ott.net>
Date:   Tue Oct 26 03:17:15 2010 +0200

    Added dist-bz2 target to Makefile

 Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index eea1882..d5f3f68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,5 +5,9 @@ SUBDIRS = panel-plugin po icons
 distclean-local:
 	rm -rf *.cache *~
 
+dist-bz2: dist
+	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c \
+		> $(PACKAGE)-$(VERSION).tar.bz2
+
 EXTRA_DIST =								\
 	README



More information about the Xfce4-commits mailing list