X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=blobdiff_plain;f=Makefile;h=9ac3430c32a552cb95c565016d19d5b61a760806;hp=209f348f1c6164b603c2a17a078cbc11602fc1d2;hb=885902a5184cdb79f6b255093279a45cbc5e95d6;hpb=0e52ebb9bdb2d0ebaef0ca47e234ef8dad7ef2f0 diff --git a/Makefile b/Makefile index 209f348..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) $< @@ -91,5 +92,6 @@ install: all instructions: @echo "Now run make install, or copy mlastyle.sty to a directory" - @echo "in the LaTeX search path." + @echo "in the LaTeX search path and mlastyle.bst to a directory." + @echo "in the BibTeX search path."