chiark / gitweb /
The Great Upheaval -- step 1.
[storin] / Makefile.am
index fb83b3a88ed429db80b6fff4ab885d64bf3b8d9a..8697e1f8da6aa82d18f34692bd269dcb4fa19cfe 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.3 2001/03/11 23:22:53 mdw Exp $
+## $Id$
 ##
 ## Makefile for Storin distribution
 ##
@@ -48,6 +48,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.4  2001/03/11 23:46:56  mdw
+## Fixing to BibTeX stuff.
+##
 ## Revision 1.3  2001/03/11 23:22:53  mdw
 ## Use BibTeX for the paper bibliography.
 ##
@@ -64,7 +67,7 @@ SUFFIXES = .ps .tex
 
 .tex.ps:
        latex $<
-       bibtex $*.aux
+       bibtex $*
        latex $<
        latex $<
        dvips $*.dvi -o $@
@@ -107,7 +110,7 @@ dist-hook: storin.ps storin.tests storin.debug
 EXTRA_DIST = storin.tex
 
 CLEANFILES = \
-       storin-tab.h \
-       *.dvi *.ps *.xyc *.log *.aux *.toc
+       storin-tab.h storin.debug storin.tests \
+       *.dvi *.ps *.xyc *.log *.aux *.toc *.bbl *.blg
 
 ##----- That's all, folks ---------------------------------------------------