aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0772401..2dc72eb 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ SAMPLES := samples
11 11
12exts := md html ins dtx el 12exts := md html ins dtx el
13files := AUTHORS.md LICENSE 13files := AUTHORS.md LICENSE
14zfiles := {AUTHORS.md,LICENSE}
14findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") 15findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)")
15findfiles := $(foreach file,$(files), -or -iname "$(file)") 16findfiles := $(foreach file,$(files), -or -iname "$(file)")
16 17
@@ -107,7 +108,7 @@ uninstall:
107 108
108zip: all 109zip: all
109 ln -sf . $(NAME) 110 ln -sf . $(NAME)
110 zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{$(files),samples,README.md,$(NAME).{pdf,sty,lua,el}} 111 zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{$(zfiles),samples,README.md,$(NAME).{pdf,sty,lua,el}}
111 rm $(NAME) 112 rm $(NAME)
112 113
113hal: clean 114hal: clean