From 89c3a119f47ee76bedb2f052ea2cc25dbc8eea3f Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 11 Apr 2012 23:28:37 +0000 Subject: Fix Makefile dist-svn target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1