From: panne Date: Fri, 22 Feb 2002 21:40:38 +0000 (+0000) Subject: [project @ 2002-02-22 21:40:38 by panne] X-Git-Tag: Approx_11550_changesets_converted~2358 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5dc05fda681ff732ef6df607a2637bd1e8c86cc3;p=ghc-hetmet.git [project @ 2002-02-22 21:40:38 by panne] To get references right, re-run LaTeX twice after BibTeX --- diff --git a/ghc/docs/storage-mgt/Makefile b/ghc/docs/storage-mgt/Makefile index d6373d7..ee543f3 100644 --- a/ghc/docs/storage-mgt/Makefile +++ b/ghc/docs/storage-mgt/Makefile @@ -11,6 +11,8 @@ ps: sm.ps rp.ps ldv.ps %.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb))) $(wildcard *.bib) latex $< @if grep -s "\citation" $*.aux; then bibtex $*; fi + latex $< + latex $< %.ps: %.dvi dvips -f < $< > $@