diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/acmart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile index b90e372243b..97b03d12763 100644 --- a/Master/texmf-dist/doc/latex/acmart/Makefile +++ b/Master/texmf-dist/doc/latex/acmart/Makefile @@ -39,7 +39,7 @@ all: ${PDF} %.cls: %.ins %.dtx pdflatex $< -%.pdf: %.tex $(PACKAGE).cls +%.pdf: %.tex $(PACKAGE).cls ACM-Reference-Format.bst pdflatex $< - bibtex $* pdflatex $< |