aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-07 12:11:11 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-07 12:11:11 +0000
commit1172174b2928381a66d90de38622194b8975e04e (patch)
treef76afec03593f3424f8cb5a1c0fd29d2c0910f0f /Makefile
parent4b4813cdc0aabe104c8a8647cb09c7f77cd5684c (diff)
downloadbootsplash-1172174b2928381a66d90de38622194b8975e04e.tar
bootsplash-1172174b2928381a66d90de38622194b8975e04e.tar.gz
bootsplash-1172174b2928381a66d90de38622194b8975e04e.tar.bz2
bootsplash-1172174b2928381a66d90de38622194b8975e04e.tar.xz
bootsplash-1172174b2928381a66d90de38622194b8975e04e.zip
add dist makefile target (synonym with dis)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fff052e..686c54f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@ all:
install:
@for i in $(SUBDIRS);do make -C $$i install || exit 1 ;done
-dis: clean
+dis: dist
+dist: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
svn export -q -rBASE . $(NAME)-$(VERSION)
find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf