X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fstorage-mgt%2FMakefile;h=ee543f3459d5b0f06572ee80878e3f98fa19608b;hb=3087014ae03067cf0f9c9e0d8d49fb885e2cd0a8;hp=f1f0281ae7e5c0fb576d645e772066f228ac0765;hpb=22e1cbe9a1886d3f12c6d93d39b7a76d40182920;p=ghc-hetmet.git diff --git a/ghc/docs/storage-mgt/Makefile b/ghc/docs/storage-mgt/Makefile index f1f0281..ee543f3 100644 --- a/ghc/docs/storage-mgt/Makefile +++ b/ghc/docs/storage-mgt/Makefile @@ -1,15 +1,18 @@ # 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 + latex $< + latex $< %.ps: %.dvi dvips -f < $< > $@