From 4cd9742fbe9738f8f6f15993ff131481ff52c266 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Jan 2009 17:50:10 +0000 Subject: add a "dist" rule to allow making a tarball --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c9cdcb..b8c27e5 100644 --- a/Makefile +++ b/Makefile @@ -79,4 +79,15 @@ ifneq ($(BASED_ON),) rmdir `find -depth -type d \! -name . \! -name .svn \! -wholename './.svn/*' \! -wholename './*/.svn/*'` 2>/dev/null || true endif + +NAME = mandriva-gfxboot-theme +UPSTREAM_VERSION = 4.1.19 +VERSION = $(UPSTREAM_VERSION).1 + +dist: + rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* + svn export -q -rBASE . $(NAME)-$(VERSION) + tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) + rm -rf $(NAME)-$(VERSION) + \ No newline at end of file -- cgit v1.2.1