aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-10-14 21:27:05 +0000
committerThierry Vignaud <tv@mageia.org>2011-10-14 21:27:05 +0000
commit4a83d2e3265a0d39ef2b94f91101bbd46581f06d (patch)
tree29603e9218508c53a5403dfd7321b8e9f1497ebd /Makefile
parent577bbbb149495a7740d6ae419b6ad1854abd8f51 (diff)
downloadrpmdrake-4a83d2e3265a0d39ef2b94f91101bbd46581f06d.tar
rpmdrake-4a83d2e3265a0d39ef2b94f91101bbd46581f06d.tar.gz
rpmdrake-4a83d2e3265a0d39ef2b94f91101bbd46581f06d.tar.bz2
rpmdrake-4a83d2e3265a0d39ef2b94f91101bbd46581f06d.tar.xz
rpmdrake-4a83d2e3265a0d39ef2b94f91101bbd46581f06d.zip
rename dis as dist, keep an alias for compatibility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3463aa59..21903a21 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,8 @@ install: $(ALL)
clean:
@for n in $(DIRS); do make -C $$n clean; done
-dis: clean
+dis: dist
+dist: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
svn export -q -rBASE . $(NAME)-$(VERSION)
find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf