From 93fd06832384ae4b07b0a941e331a409118e11ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Pawe=C5=82=20Gajc?= Date: Wed, 26 Dec 2007 01:04:44 +0000 Subject: - complete the makefile --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a7fca2..c07950f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # tpg@mandriva.org -NAME = mandriva-xfce-config +PACKAGE = mandriva-xfce-config VERSION = 1.3.6 prefix=$(prefix) @@ -36,6 +36,19 @@ install: -install -d $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/mcs_settings install -m 644 Powerpack/xfce4/mcs_settings/*.xml $(DESTDIR)$(xfceprofdir)/Powerpack/xfce4/mcs_settings/ +cleandist: + rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 + +localcopy: + svn export -q -rBASE . $(PACKAGE)-$(VERSION) + +tar: + tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) + bzip2 -9vf $(PACKAGE)-$(VERSION).tar + rm -rf $(PACKAGE)-$(VERSION) +# rules to build a distributable rpm + +dist: cleandist localcopy tar .PHONY: ChangeLog log changelog -- cgit v1.2.1