X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=blobdiff_plain;f=Makefile;h=9ac3430c32a552cb95c565016d19d5b61a760806;hp=56bb33d69525fb0294df290b181243dc6fa74210;hb=fb601067f0d550f2a093437479731d49d3b10125;hpb=41c9f2cc2833125872b3ef4b013b017ae06c8d34 diff --git a/Makefile b/Makefile index 56bb33d..9ac3430 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ 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) $<