From 3b961a61ef9fb89adf20a89550d5de0bfe135448 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 20 Oct 2022 03:04:26 +0000 Subject: CTAN sync 202210200304 --- macros/latex/contrib/acmart/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'macros/latex/contrib/acmart/Makefile') diff --git a/macros/latex/contrib/acmart/Makefile b/macros/latex/contrib/acmart/Makefile index 44f80ef195..6c120b6afb 100644 --- a/macros/latex/contrib/acmart/Makefile +++ b/macros/latex/contrib/acmart/Makefile @@ -135,7 +135,14 @@ archive: all clean zip: all clean zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' -documents.zip: all docclean - zip -r $@ acmart.pdf acmguide.pdf samples *.cls ACM-Reference-Format.* +# distros +distros: all docclean + zip -r acm-distro.zip \ + acmart.pdf acmguide.pdf samples *.cls ACM-Reference-Format.* \ + --exclude samples/sample-acmengage* + zip -r acmengage-distro.zip samples/sample-acmengage* \ + samples/*.bib \ + acmart.pdf acmguide.pdf *.cls ACM-Reference-Format.* + .PHONY: all ALLSAMPLES docclean clean distclean archive zip -- cgit v1.2.3