From: Tim Pope Date: Sun, 16 Nov 2003 03:14:45 +0000 (+0000) Subject: Moved bibtex command to index section X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=60a279efbc9d1c857161294435e2fba94d998563 Moved bibtex command to index section --- diff --git a/Makefile b/Makefile index cc266db..9ac3430 100644 --- a/Makefile +++ b/Makefile @@ -18,12 +18,12 @@ FAKEROOT=`[ -x /usr/bin/fakeroot ] && echo /usr/bin/fakeroot` %.ind: %.idx $(MAKEINDEX) -s gglo.ist -o $*.gls $*.glo $(MAKEINDEX) -s gind.ist -o $*.ind $*.idx + [ ! -f $*.bib ] || bibtex $*.aux %.idx: %.dtx $(LATEX) $< %.dvi: %.sty %.dtx %.ind - [ ! -f $*.bib ] || bibtex $*.aux $(LATEX) $*.dtx $(LATEX) $*.dtx