aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-01-24 17:55:26 +0100
committerRobert Alessi <alessi@robertalessi.net>2023-01-24 17:55:26 +0100
commit95fd135a7c6df67f540907a4dbbabf48f2978b3b (patch)
treef116e3e6a998cfc51e5c6ca10610f0c5bc0273c1 /Makefile
parent9565b02dcafd76b3f4e88023500a1998f1990e87 (diff)
downloadicite-95fd135a7c6df67f540907a4dbbabf48f2978b3b.tar.gz
v1.4 to come will be licensed under the terms of OpenBSD license
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)/