diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-07 12:11:11 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-07 12:11:11 +0000 |
commit | 1172174b2928381a66d90de38622194b8975e04e (patch) | |
tree | f76afec03593f3424f8cb5a1c0fd29d2c0910f0f | |
parent | 4b4813cdc0aabe104c8a8647cb09c7f77cd5684c (diff) | |
download | bootsplash-1172174b2928381a66d90de38622194b8975e04e.tar bootsplash-1172174b2928381a66d90de38622194b8975e04e.tar.gz bootsplash-1172174b2928381a66d90de38622194b8975e04e.tar.bz2 bootsplash-1172174b2928381a66d90de38622194b8975e04e.tar.xz bootsplash-1172174b2928381a66d90de38622194b8975e04e.zip |
add dist makefile target (synonym with dis)
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |