aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 95d7d6b..7341247 100644
--- a/Makefile
+++ b/Makefile
@@ -34,14 +34,14 @@ cleandist:
localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
-tar:
+tar: cleandist localcopy
tar cvaf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
tar-git:
@git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz > $(PACKAGE)-$(VERSION).tar.xz;
-dist: cleandist localcopy tar
+dist: tar
.PHONY: ChangeLog log changelog