From: Tim Pope Date: Sat, 15 Nov 2003 22:16:25 +0000 (+0000) Subject: Optionally call bibtex if .bib file exists X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=443f496619d5827ed62ab70725f6621ac18a4398 Optionally call bibtex if .bib file exists --- diff --git a/Makefile b/Makefile index 56bb33d..cc266db 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ FAKEROOT=`[ -x /usr/bin/fakeroot ] && echo /usr/bin/fakeroot` $(LATEX) $< %.dvi: %.sty %.dtx %.ind + [ ! -f $*.bib ] || bibtex $*.aux $(LATEX) $*.dtx $(LATEX) $*.dtx