From: gla Date: Wed, 22 Aug 2001 11:02:37 +0000 (+0000) Subject: [project @ 2001-08-22 11:02:37 by gla] X-Git-Tag: Approximately_9120_patches~1131 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8615d6619374f1feeb9f300e00bd62f7389d13e3;p=ghc-hetmet.git [project @ 2001-08-22 11:02:37 by gla] --- diff --git a/ghc/docs/storage-mgt/Makefile b/ghc/docs/storage-mgt/Makefile index f1f0281..d6373d7 100644 --- a/ghc/docs/storage-mgt/Makefile +++ b/ghc/docs/storage-mgt/Makefile @@ -1,13 +1,14 @@ # General makefile for Latex stuff -ps: sm.ps +ps: sm.ps rp.ps ldv.ps ######## General rules .SUFFIXES: .PRECIOUS: %.tex %.ps %.bbl -%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb *.fig))) $(wildcard *.bib) +#%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb *.fig))) $(wildcard *.bib) +%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb))) $(wildcard *.bib) latex $< @if grep -s "\citation" $*.aux; then bibtex $*; fi