From 2a30fb068f4a517032d2c43ab1374853f8934518 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 2 Jul 2001 21:35:40 +0000 Subject: Extra latexing to make sure have right table of contents. This could be done more efficiently eg by looking for the appropriate files or parsing the output of latex. Also really need to add a check to see if latex gave up with too many errors. Cactus/714 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2261 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 301b3a7d..aa8f0b02 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.114 2001-06-12 05:54:20 allen Exp $ +# @version $Id: Makefile,v 1.115 2001-07-02 21:35:40 allen Exp $ # @@*/ ################################################################################## @@ -806,6 +806,7 @@ UsersGuide: echo " Running LaTeX...."; \ latex -interaction=nonstopmode UsersGuide.tex > LATEX_MESSAGES 2>&1; \ latex -interaction=nonstopmode UsersGuide.tex > LATEX_MESSAGES 2>&1; \ + latex -interaction=nonstopmode UsersGuide.tex > LATEX_MESSAGES 2>&1; \ echo " Running dvips...."; \ dvips ./UsersGuide.dvi -o $(CCTK_HOME)/UsersGuide.ps > DVIPS_MESSAGES 2>&1 @echo " Done." @@ -824,6 +825,7 @@ MaintGuide: echo " Running LaTeX...."; \ latex MaintGuide.tex > LATEX_MESSAGES 2>&1; \ latex MaintGuide.tex > LATEX_MESSAGES 2>&1; \ + latex MaintGuide.tex > LATEX_MESSAGES 2>&1; \ echo " Running dvips...."; \ dvips ./MaintGuide.dvi -o $(CCTK_HOME)/MaintGuide.ps > DVIPS_MESSAGES 2>&1 @echo " Done." @@ -846,6 +848,7 @@ ThornGuide: echo " Running LaTeX...."; \ latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \ latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \ + latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \ echo " Running dvips...."; \ dvips ./ThornGuide.dvi -o $(CCTK_HOME)/ThornGuide.ps > DVIPS_MESSAGES 2>&1 @echo " Done." @@ -869,6 +872,7 @@ $(addsuffix -ThornGuide,$(CONFIGURATIONS)): echo " Running LaTeX...."; \ latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \ latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \ + latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \ echo " Running dvips...."; \ dvips ./ThornGuide.dvi -o $(CCTK_HOME)/ThornGuide-$(@:%-ThornGuide=%).ps > DVIPS_MESSAGES 2>&1 ; \ fi -- cgit v1.2.3