diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:50:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:50:10 +0000 |
commit | 4cd9742fbe9738f8f6f15993ff131481ff52c266 (patch) | |
tree | 0168c9333cc822e8d7ba63e61ecf24fad3e826af /Makefile | |
parent | 105a1a43f137eb87cf7fb82346aa89dd8404b0f5 (diff) | |
download | bootloader-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-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |