summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6807cd8..d0e8e6d 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,9 @@ update:
commit:
svn commit
-tar: clean
+tar: dist
+
+dist: clean
svn export -q -rBASE . perl_checker-$(PERL_CHECKER_VERSION)
tar cfj perl_checker-$(PERL_CHECKER_VERSION).tar.bz2 perl_checker-$(PERL_CHECKER_VERSION)
rm -rf perl_checker-$(PERL_CHECKER_VERSION)