From 9728dca383168cc02afdbedaca89304b2d38b60a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Apr 2013 19:34:22 +0000 Subject: add a dist alias --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1