diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-20 22:16:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-20 22:16:49 +0000 |
commit | 5891685939bdfbfea0ec4f1336b0c1d9f8db7bba (patch) | |
tree | 2d277ac91367bdb4a48601e698d264fc51af041d /Master/texmf-dist/doc/latex/acmart/Makefile | |
parent | bbda1cc717797ba68eb2eda0dd18205ea4413009 (diff) |
acmart (20jun17)
git-svn-id: svn://tug.org/texlive/trunk@44651 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/acmart/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile index 7f5c1990c0d..38b6558057d 100644 --- a/Master/texmf-dist/doc/latex/acmart/Makefile +++ b/Master/texmf-dist/doc/latex/acmart/Makefile @@ -86,3 +86,6 @@ archive: all clean zip: all clean zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' + +documents.zip: all + zip $@ acmart.pdf acmguide.pdf sample-*.pdf |