summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-27 17:50:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-27 17:50:10 +0000
commit4cd9742fbe9738f8f6f15993ff131481ff52c266 (patch)
tree0168c9333cc822e8d7ba63e61ecf24fad3e826af /Makefile
parent105a1a43f137eb87cf7fb82346aa89dd8404b0f5 (diff)
downloadbootloader-theme-4cd9742fbe9738f8f6f15993ff131481ff52c266.tar
bootloader-theme-4cd9742fbe9738f8f6f15993ff131481ff52c266.tar.gz
bootloader-theme-4cd9742fbe9738f8f6f15993ff131481ff52c266.tar.bz2
bootloader-theme-4cd9742fbe9738f8f6f15993ff131481ff52c266.tar.xz
bootloader-theme-4cd9742fbe9738f8f6f15993ff131481ff52c266.zip
add a "dist" rule to allow making a tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
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