Bibliography for documentation added
[latex-mlastyle.git] / Makefile
index 209f348f1c6164b603c2a17a078cbc11602fc1d2..cc266dbfd2c76fb26a12750460bdf4fc7dd99423 100644 (file)
--- 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
 
@@ -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."