summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cquthesis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/cquthesis/Makefile')
-rw-r--r--macros/latex/contrib/cquthesis/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/cquthesis/Makefile b/macros/latex/contrib/cquthesis/Makefile
index 2a22bbaae7..900f583af0 100644
--- a/macros/latex/contrib/cquthesis/Makefile
+++ b/macros/latex/contrib/cquthesis/Makefile
@@ -50,12 +50,12 @@ thesis: $(THESISMAIN).pdf
ifeq ($(METHOD),latexmk)
$(PACKAGE).pdf: $(CLSFILES)
- xelatex $(PACKAGE).dtx
+ xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx
makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo
- xelatex $(PACKAGE).dtx
- xelatex $(PACKAGE).dtx
- xelatex $(PACKAGE).dtx
+ xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
+ xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
+ xelatex -quiet -halt-on-error -interaction=nonstopmode $(PACKAGE).dtx
$(THESISMAIN).pdf: $(CLSFILES)
$(METHOD) $(LATEXMKOPTS) $(THESISMAIN)