Use BibTeX for the paper bibliography.
[storin] / Makefile.am
index da65a9c..fb83b3a 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 2000/07/02 15:21:20 mdw Exp $
+## $Id: Makefile.am,v 1.3 2001/03/11 23:22:53 mdw Exp $
 ##
 ## Makefile for Storin distribution
 ##
@@ -48,6 +48,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.3  2001/03/11 23:22:53  mdw
+## Use BibTeX for the paper bibliography.
+##
 ## Revision 1.2  2000/07/02 15:21:20  mdw
 ## Fix licence text.
 ##
@@ -61,6 +64,8 @@ SUFFIXES = .ps .tex
 
 .tex.ps:
        latex $<
+       bibtex $*.aux
+       latex $<
        latex $<
        dvips $*.dvi -o $@