diff options
author | Norbert Preining <norbert@preining.info> | 2023-03-26 03:02:45 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-03-26 03:02:45 +0000 |
commit | 17a3481529d31ffd1586ca65dde09742f9b5c471 (patch) | |
tree | 591dbb6ec66cb49d410a755c5941aaed84a8c27d /macros/latex/contrib/acmart/Makefile | |
parent | 2d6e8c1374d2f1b73403403fe3c1ed84180d3bfa (diff) |
CTAN sync 202303260302
Diffstat (limited to 'macros/latex/contrib/acmart/Makefile')
-rw-r--r-- | macros/latex/contrib/acmart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/latex/contrib/acmart/Makefile b/macros/latex/contrib/acmart/Makefile index 6c120b6afb..031c4ddd64 100644 --- a/macros/latex/contrib/acmart/Makefile +++ b/macros/latex/contrib/acmart/Makefile @@ -103,7 +103,7 @@ samples/sample-lualatex.pdf: samples/sample-lualatex.tex samples/$(PACKAGE).c while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \ do cd $(dir $@) && lualatex-dev $(notdir $<); done - +samples/sample-acmcp.pdf: samples/acm-jdslogo.png .PRECIOUS: $(PACKAGE).cfg $(PACKAGE).cls @@ -116,6 +116,7 @@ docclean: samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst \ samples/*.log samples/*.aux samples/*.out \ samples/*.bbl samples/*.blg samples/*.cut \ + samples/acm-jdslogo.png \ samples/*.run.xml samples/*.bcf $(SAMPLEBIBLATEXFILES) |