diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-07 21:26:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-07 21:26:32 +0000 |
commit | d3a34e1a80d0e20d4ad8fa7c16a897fb9a90e35c (patch) | |
tree | d98f224edc64853a9d4b27bf6e4579bca4aedf01 /Master/texmf-dist/doc/latex/acmart/Makefile | |
parent | aa378c63179f610e9d08b496b08d058e25024889 (diff) |
acmart (6aug16)
git-svn-id: svn://tug.org/texlive/trunk@41817 c570f23f-e606-0410-a88d-b1316a301751
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 $< |