summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-02 21:35:40 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-02 21:35:40 +0000
commit2a30fb068f4a517032d2c43ab1374853f8934518 (patch)
tree107a27dd52bc0c4361c2cec710e4f23ef479feb4 /Makefile
parentc0217536780d38f4c34c79e42aa45b8d2a3d6749 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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