From 1172174b2928381a66d90de38622194b8975e04e Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Oct 2009 12:11:11 +0000 Subject: add dist makefile target (synonym with dis) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1