[project @ 2001-08-22 11:02:37 by gla]
[ghc-hetmet.git] / ghc / docs / storage-mgt / Makefile
index f1f0281..d6373d7 100644 (file)
@@ -1,13 +1,14 @@
 #      General makefile for Latex stuff\r
 \r
-ps: sm.ps\r
+ps: sm.ps rp.ps ldv.ps\r
 \r
 \r
 ######## General rules\r
 .SUFFIXES:\r
 .PRECIOUS: %.tex %.ps %.bbl\r
 \r
-%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb *.fig))) $(wildcard *.bib)\r
+#%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb *.fig))) $(wildcard *.bib)\r
+%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb))) $(wildcard *.bib)\r
        latex $<\r
        @if grep -s "\citation" $*.aux; then bibtex $*; fi\r
 \r