diff options
author | Karl Berry <karl@freefriends.org> | 2023-10-15 20:40:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-10-15 20:40:42 +0000 |
commit | bdda20feab911973c0a656cabaf37b54a1374bbe (patch) | |
tree | cab8d44602b0602626ec005c1a6fc854da9c460b /Master/texmf-dist/source/latex/acmart/Makefile | |
parent | bd3b22c25e8cc5d5453e61c31585de4b14248407 (diff) |
acmart (15oct23)
git-svn-id: svn://tug.org/texlive/trunk@68550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/acmart/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/Makefile b/Master/texmf-dist/source/latex/acmart/Makefile index 031c4ddd647..08d2dddc902 100644 --- a/Master/texmf-dist/source/latex/acmart/Makefile +++ b/Master/texmf-dist/source/latex/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 |