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 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