summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-05-27 14:13:48 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-05-27 14:13:48 +0000
commitf194de64427483e152d7dd780a7ff5218bf0d495 (patch)
treeb933c72712884dcebd57bfc48eb5e27b7aa795c9 /Makefile
parent4ca2d5ebdd1a221e9e0f9449785aacbdf27086b8 (diff)
Use -interaction=nonstopmode for the maintainers' guide as well.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4063 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3d02de74..5e73b02f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.168 2005-05-26 15:43:20 swhite Exp $
+# @version $Id: Makefile,v 1.169 2005-05-27 14:13:48 schnetter Exp $
# @@*/
##################################################################################
@@ -1052,9 +1052,9 @@ MaintGuide:
@echo Creating maintainers documentation MaintGuide.ps
cd doc/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; \
+ latex -interaction=nonstopmode MaintGuide.tex > LATEX_MESSAGES 2>&1; \
+ latex -interaction=nonstopmode MaintGuide.tex > LATEX_MESSAGES 2>&1; \
+ latex -interaction=nonstopmode MaintGuide.tex > LATEX_MESSAGES 2>&1; \
if grep "^\! " "LATEX_MESSAGES"; then \
echo " Problem in $<. See doc/MaintGuide/LATEX_MESSAGES."; \
exit 1; \