summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b0710f..4c47452 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ dist: cleandist
$(info $(NAME)-$(VERSION).tar.xz is ready)
-git-svn:
+dist-svn:
svn export -q -rBASE . $(NAME)-$(VERSION)
tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)