From: gord-fig Date: Wed, 14 Aug 2002 01:24:27 +0000 (+0000) Subject: Run latex twice. X-Git-Tag: 0.5.5~157 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=51af8f9918c55a09c0d55ceba2d9a37d3aeff424;p=fs%2Flustre-release.git Run latex twice. --- diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 06080e8..2cace62 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -56,6 +56,7 @@ $(VERSIONED) : %.lyx: %.lin Makefile .tex.dvi: $(LATEX) $< + $(LATEX) $< .dvi.ps: $(DVIPS) $< -o $@