From 0aef7f3ecb1a36f6665b10004f996a77630336b6 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 23 May 2022 09:17:49 +0200 Subject: added AUTHORS file and a new rule for HAL --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 87aa1a7..6f04b6e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ HOMEDIR := $$HOME SAMPLES := samples exts := md html ins dtx el -files := COPYING +files := AUTHORS COPYING findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") findfiles := $(foreach file,$(files), -or -iname "$(file)") @@ -49,7 +49,6 @@ samples: clean sty clean: testsamples @ echo "Cleaning $(NAME) directory" - rm -rf auto rm -f $(NAME).bib $(PWD)/TMP/*.bib rm -rf .backup find -iname "*~" -or -iname "*.pdf" -or -iname "*_out*.tex" | xargs rm -rf @@ -108,6 +107,9 @@ zip: all zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{$(files),samples,README.md,$(NAME).{pdf,sty,lua,el}} rm $(NAME) +hal: clean + zip -Drq $(PWD)/$(NAME)-$(VERS).zip * + package: distclean all mkdir $(NAME)/ cp Makefile README.md $(NAME).{ins,dtx,pdf,el} $(NAME)/ @@ -125,4 +127,4 @@ package: distclean all rm -rf $(NAME)/ .SILENT: testsamples -.PHONY: all clean distclean pandoc inst local uninst install uninstall zip package samples testsamples +.PHONY: all clean distclean pandoc inst local uninst install uninstall zip hal package samples testsamples -- cgit v1.2.3