diff options
author | Norbert Preining <norbert@preining.info> | 2022-10-20 03:04:26 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-10-20 03:04:26 +0000 |
commit | 3b961a61ef9fb89adf20a89550d5de0bfe135448 (patch) | |
tree | e36f997e624c704dbb4ed2b5fdbd02835ea3c133 /macros/latex/contrib/acmart/Makefile | |
parent | 7b6cdf4c23e6ed232601dabc70f5553a8dee9c9b (diff) |
CTAN sync 202210200304
Diffstat (limited to 'macros/latex/contrib/acmart/Makefile')
-rw-r--r-- | macros/latex/contrib/acmart/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
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 |