summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile
index a01dd6c0892..947d291b168 100644
--- a/Master/texmf-dist/doc/latex/acmart/Makefile
+++ b/Master/texmf-dist/doc/latex/acmart/Makefile
@@ -17,7 +17,7 @@ SAMPLES = \
sample-sigconf-authordraft.tex \
sample-sigplan.tex \
sample-sigchi.tex \
- sample-sigchi-a.tex
+ sample-sigchi-a.tex
PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf} acmguide.pdf
@@ -41,9 +41,9 @@ acmguide.pdf: $(PACKAGE).dtx $(PACKAGE).cls
- bibtex acmguide
pdflatex -jobname acmguide $(PACKAGE).dtx
while ( grep -q '^LaTeX Warning: Label(s) may have changed' acmguide.log) \
- do pdflatex -jobname acmguide $(PACKAGE).dtx; done
+ do pdflatex -jobname acmguide $(PACKAGE).dtx; done
-%.cls: %.ins %.dtx
+%.cls: %.ins %.dtx
pdflatex $<
%.pdf: %.tex $(PACKAGE).cls ACM-Reference-Format.bst
@@ -88,4 +88,4 @@ 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
+ zip $@ acmart.pdf acmguide.pdf sample-*.pdf *.cls