aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eef24ce..83999ff 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = drakx-installer-help
-VERSION = 4.0
+VERSION = 4.1
HTML_FILES = acceptLicense.html \
add_supplemental_media.html \
@@ -54,7 +54,7 @@ dir:
mkdir $(PACKAGE)-$(VERSION)
localcopy:
- tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
+ tar c --exclude=.git $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
tar:
tar cvYf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)