[Goodies-commits] r2267 - xfce4-systemload-plugin/trunk

Nick Schermer nick at xfce.org
Wed Dec 20 21:45:57 CET 2006


Author: nick
Date: 2006-12-20 20:45:57 +0000 (Wed, 20 Dec 2006)
New Revision: 2267

Modified:
   xfce4-systemload-plugin/trunk/Makefile.am
Log:
Fix makefile for next release, so we get some nice bz2 tarballs

Modified: xfce4-systemload-plugin/trunk/Makefile.am
===================================================================
--- xfce4-systemload-plugin/trunk/Makefile.am	2006-12-20 20:33:32 UTC (rev 2266)
+++ xfce4-systemload-plugin/trunk/Makefile.am	2006-12-20 20:45:57 UTC (rev 2267)
@@ -1,16 +1,20 @@
- at SET_MAKE@
+# $Id$
 
-SUBDIRS = panel-plugin po
+SUBDIRS =								\
+	panel-plugin							\
+	po
 
+AUTOMAKE_OPTIONS =							\
+	1.8								\
+	dist-bzip2
+
 distclean-local:
-	rm -rf *.cache *~
+	rm -rf *.spec *.cache *~
 
-dist-bz2: dist
-	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
+rpm: dist
+	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
+	@rm -f $(PACKAGE)-$(VERSION).tar.gz
 
-distcheck-bz2: distcheck
-	zcat $(PACKAGE)-$(VERSION).tar.gz | bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
 EXTRA_DIST = 								\
 	README								\
 	intltool-extract.in						\




More information about the Goodies-commits mailing list