diff options
author | Norbert Preining <norbert@preining.info> | 2023-10-16 03:05:43 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-10-16 03:05:43 +0000 |
commit | c4125da665ac93db063e3c177f4fc5d172f5866f (patch) | |
tree | 68914ce436bae9ad29950ffbddc23d8937e52cc9 /macros/latex/contrib/acmart/Makefile | |
parent | 967ed7c471b7ea6d818e72b7ec41c6c491e6930a (diff) |
CTAN sync 202310160305
Diffstat (limited to 'macros/latex/contrib/acmart/Makefile')
-rw-r--r-- | macros/latex/contrib/acmart/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/acmart/Makefile b/macros/latex/contrib/acmart/Makefile index 031c4ddd64..08d2dddc90 100644 --- a/macros/latex/contrib/acmart/Makefile +++ b/macros/latex/contrib/acmart/Makefile @@ -14,6 +14,13 @@ PDF = $(PACKAGE).pdf acmguide.pdf BIBLATEXFILES= $(wildcard *.bbx) $(wildcard *.cbx) $(wildcard *.dbx) $(wildcard *.lbx) SAMPLEBIBLATEXFILES=$(patsubst %,samples/%,$(BIBLATEXFILES)) +ACMCPSAMPLES= \ + samples/sample-acmcp-Discussion.pdf \ + samples/sample-acmcp-Invited.pdf \ + samples/sample-acmcp-Position.pdf \ + samples/sample-acmcp-Research.pdf \ + samples/sample-acmcp-Review.pdf \ + all: ${PDF} ALLSAMPLES %.pdf: %.dtx $(PACKAGE).cls @@ -145,5 +152,14 @@ distros: all docclean samples/*.bib \ acmart.pdf acmguide.pdf *.cls ACM-Reference-Format.* +acmcp.zip: ${ACMCPSAMPLES} acmart.cls + zip $@ $+ + +samples/sample-acmcp.tex: samples/samples.ins samples/samples.dtx + cd samples; pdflatex samples.ins; cd .. + + +samples/sample-acmcp-%.tex: samples/sample-acmcp.tex samples/acm-jdslogo.png + sed 's/acmArticleType{Review}/acmArticleType{$*}/' $< > $@ .PHONY: all ALLSAMPLES docclean clean distclean archive zip |