From 95fd135a7c6df67f540907a4dbbabf48f2978b3b Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 24 Jan 2023 17:55:26 +0100 Subject: v1.4 to come will be licensed under the terms of OpenBSD license --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01c10eb..fa09f0f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CMP = lualatex-dev exts := md bib ins dtx html texsamples := $(basename $(wildcard $(PWD)/samples/*.tex)) -findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") +findopts := $(foreach ext,$(exts),-or -iname "COPYING" -or -iname "*.$(ext)") # Look into this later @@ -100,6 +100,9 @@ zip: all zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{samples,README.md,$(NAME).{pdf,dtx,ins}} rm $(NAME) +hal: clean + zip -Drq $(PWD)/$(NAME)-$(VERS).zip * + package: distclean all mkdir $(NAME)/ cp Makefile README.md $(NAME).{ins,dtx,pdf} $(NAME)/ -- cgit v1.2.3