From 90cf4bb17e7fa6363050630b74668722dd857fbe Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 22 Jun 2023 18:54:08 +0200 Subject: new functions for combining footnotes into a single paragraph --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0772401..2dc72eb 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ SAMPLES := samples exts := md html ins dtx el files := AUTHORS.md LICENSE +zfiles := {AUTHORS.md,LICENSE} findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") findfiles := $(foreach file,$(files), -or -iname "$(file)") @@ -107,7 +108,7 @@ uninstall: zip: all ln -sf . $(NAME) - zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{$(files),samples,README.md,$(NAME).{pdf,sty,lua,el}} + zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{$(zfiles),samples,README.md,$(NAME).{pdf,sty,lua,el}} rm $(NAME) hal: clean -- cgit v1.2.3