aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01c10eb..fa09f0f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CMP = lualatex-dev
8 8
9exts := md bib ins dtx html 9exts := md bib ins dtx html
10texsamples := $(basename $(wildcard $(PWD)/samples/*.tex)) 10texsamples := $(basename $(wildcard $(PWD)/samples/*.tex))
11findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") 11findopts := $(foreach ext,$(exts),-or -iname "COPYING" -or -iname "*.$(ext)")
12 12
13 13
14# Look into this later 14# Look into this later
@@ -100,6 +100,9 @@ zip: all
100 zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{samples,README.md,$(NAME).{pdf,dtx,ins}} 100 zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{samples,README.md,$(NAME).{pdf,dtx,ins}}
101 rm $(NAME) 101 rm $(NAME)
102 102
103hal: clean
104 zip -Drq $(PWD)/$(NAME)-$(VERS).zip *
105
103package: distclean all 106package: distclean all
104 mkdir $(NAME)/ 107 mkdir $(NAME)/
105 cp Makefile README.md $(NAME).{ins,dtx,pdf} $(NAME)/ 108 cp Makefile README.md $(NAME).{ins,dtx,pdf} $(NAME)/