summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/acmart/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-19 22:12:28 +0000
committerKarl Berry <karl@freefriends.org>2019-12-19 22:12:28 +0000
commitf722eae3dedfe72b7b59aa68ab29ac0b14a45268 (patch)
tree02b569b421e1d9e6c01b9952bf90a68d9c407068 /Master/texmf-dist/source/latex/acmart/Makefile
parent8876a8021514f190d676e4e5261f1084a66754d3 (diff)
acmart (19dec19)
git-svn-id: svn://tug.org/texlive/trunk@53188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/acmart/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/acmart/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/Makefile b/Master/texmf-dist/source/latex/acmart/Makefile
index 03cf1c0aeb1..96f5db4e8e3 100644
--- a/Master/texmf-dist/source/latex/acmart/Makefile
+++ b/Master/texmf-dist/source/latex/acmart/Makefile
@@ -39,7 +39,7 @@ acmguide.pdf: $(PACKAGE).dtx $(PACKAGE).cls
ALLSAMPLES:
cd samples; pdflatex samples.ins; cd ..
for texfile in samples/*.tex; do \
- pdffile=$${texfile/.tex/.pdf}; \
+ pdffile=$${texfile%.tex}.pdf; \
${MAKE} $$pdffile; \
done
@@ -100,3 +100,5 @@ zip: all clean
documents.zip: all docclean
zip -r $@ acmart.pdf acmguide.pdf samples *.cls ACM-Reference-Format.*
+
+.PHONY: all ALLSAMPLES docclean clean distclean archive zip