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 40cf558..bb692f7 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ install: all
install -m644 icons/*selec*.png $(DATADIR)/$(NAME)/pixmaps
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; 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