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/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile
index 23439c12e85..735b597076a 100644
--- a/Master/texmf-dist/doc/latex/acmart/Makefile
+++ b/Master/texmf-dist/doc/latex/acmart/Makefile
@@ -15,6 +15,7 @@ SAMPLES = \
sample-acmtog.tex \
sample-sigconf.tex \
sample-sigconf-authordraft.tex \
+ sample-sigconf-xelatex.tex \
sample-sigplan.tex \
sample-sigchi.tex \
sample-sigchi-a.tex
@@ -54,6 +55,14 @@ acmguide.pdf: $(PACKAGE).dtx $(PACKAGE).cls
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
do pdflatex $<; done
+sample-sigconf-xelatex.pdf: sample-sigconf-xelatex.tex $(PACKAGE).cls ACM-Reference-Format.bst
+ xelatex $<
+ - bibtex $*
+ xelatex $<
+ xelatex $<
+ while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
+ do xelatex $<; done
+
sample-manuscript.pdf \
sample-acmsmall.pdf \
sample-acmlarge.pdf \
@@ -61,6 +70,7 @@ sample-acmtog.pdf: samplebody-journals.tex
sample-sigconf.pdf \
sample-sigconf-authordraft.pdf \
+sample-sigconf-xelatex.pdf \
sample-sigplan.pdf \
sample-sigchi.pdf: samplebody-conf.tex