aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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