summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5978db0..2180809 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
include src/defaults.mak
REGNAMES = gnu pcre posix oniguruma tre
-DISTFILE = lrexlib-$(V).zip
+DISTFILE = lrexlib-$(V).$(MINORV).zip
all:
@for i in $(REGNAMES); do \
@@ -26,6 +26,5 @@ clean:
dist: all
git2cl > ChangeLog
- cp -a doc/index.txt README
rm -f $(DISTFILE)
- zip $(DISTFILE) -r . -x ".git/*" "*.gitignore" "*.o" "*.a" "*.so" "*.so.*"
+ zip $(DISTFILE) -r . -x ".git/*" "*.gitignore" "*.o" "*.a" "*.so" "*.so.*" "*SciTE.properties" "*scite.properties"