From 12fef7aa53e3695c36d3650fa4fb98f991bc223e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 5 May 2020 03:00:58 +0000 Subject: CTAN sync 202005050300 --- macros/latex/contrib/acmart/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'macros/latex/contrib/acmart/Makefile') diff --git a/macros/latex/contrib/acmart/Makefile b/macros/latex/contrib/acmart/Makefile index 68e33d0437..916c87c9f1 100644 --- a/macros/latex/contrib/acmart/Makefile +++ b/macros/latex/contrib/acmart/Makefile @@ -66,6 +66,14 @@ samples/sample-xelatex.pdf: samples/sample-xelatex.tex samples/$(PACKAGE).cls while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \ do cd $(dir $@) && xelatex-dev $(notdir $<); done +samples/sample-lualatex.pdf: samples/sample-lualatex.tex samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst + cd $(dir $@) && lualatex-dev $(notdir $<) + - cd $(dir $@) && bibtex $(notdir $(basename $<)) + cd $(dir $@) && lualatex-dev $(notdir $<) + cd $(dir $@) && lualatex-dev $(notdir $<) + while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \ + do cd $(dir $@) && lualatex-dev $(notdir $<); done + .PRECIOUS: $(PACKAGE).cfg $(PACKAGE).cls -- cgit v1.2.3