diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |