summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Leonhardt <leo@debian.org>2019-06-19 10:06:24 +0200
committerCarsten Leonhardt <leo@debian.org>2019-06-19 10:06:24 +0200
commitdc751c1a2a856a3ab3ff8146fa6bf061d696f6e1 (patch)
tree576e9be02891e924a10b5017bcddc0a0a2dfcf11
parent8953d66c845110201c043d9dcdc5313745ee0d6c (diff)
Make pdflatex halt on errorarchive/debian/9.4.4-1
Bug: tbd Last-Update: 2018-12-23 Gbp-Pq: Topic upstream Gbp-Pq: Name halt-build-on-error
-rw-r--r--manuals/en/console/Makefile2
-rw-r--r--manuals/en/developers/Makefile2
-rw-r--r--manuals/en/main/Makefile2
-rw-r--r--manuals/en/misc/Makefile2
-rw-r--r--manuals/en/problems/Makefile2
-rw-r--r--manuals/en/utility/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/manuals/en/console/Makefile b/manuals/en/console/Makefile
index 0dc3ca9..adbc3a0 100644
--- a/manuals/en/console/Makefile
+++ b/manuals/en/console/Makefile
@@ -56,7 +56,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC)
WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC)
#
# LATEX compiler
-LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR)
+LATEX_TO_PDF=pdflatex -halt-on-error --output-directory $(PDF_DEST_DIR)
first_rule: all
all: pdftex web mini-clean
diff --git a/manuals/en/developers/Makefile b/manuals/en/developers/Makefile
index 4ec225d..c06639d 100644
--- a/manuals/en/developers/Makefile
+++ b/manuals/en/developers/Makefile
@@ -35,7 +35,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC)
WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC)
#
# LATEX compiler
-LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR)
+LATEX_TO_PDF=pdflatex -halt-on-error --output-directory $(PDF_DEST_DIR)
first_rule: all
diff --git a/manuals/en/main/Makefile b/manuals/en/main/Makefile
index 290d784..292c607 100644
--- a/manuals/en/main/Makefile
+++ b/manuals/en/main/Makefile
@@ -53,7 +53,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC)
WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC)
#
# LATEX compiler
-LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR)
+LATEX_TO_PDF=pdflatex -halt-on-error --output-directory $(PDF_DEST_DIR)
first_rule: all
diff --git a/manuals/en/misc/Makefile b/manuals/en/misc/Makefile
index 1e2dd45..0756f9e 100644
--- a/manuals/en/misc/Makefile
+++ b/manuals/en/misc/Makefile
@@ -55,7 +55,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC)
WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC)
#
# LATEX compiler
-LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR)
+LATEX_TO_PDF=pdflatex -halt-on-error --output-directory $(PDF_DEST_DIR)
first_rule: all
diff --git a/manuals/en/problems/Makefile b/manuals/en/problems/Makefile
index 4cd669b..92c227a 100644
--- a/manuals/en/problems/Makefile
+++ b/manuals/en/problems/Makefile
@@ -54,7 +54,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC)
WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC)
#
# LATEX compiler
-LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR)
+LATEX_TO_PDF=pdflatex -halt-on-error --output-directory $(PDF_DEST_DIR)
first_rule: all
diff --git a/manuals/en/utility/Makefile b/manuals/en/utility/Makefile
index b997688..5acc175 100644
--- a/manuals/en/utility/Makefile
+++ b/manuals/en/utility/Makefile
@@ -54,7 +54,7 @@ HTML_DEST_DIR=$(DESTDIR)/$(DOC)
WWW_BUILD_DIR=$(DESTDIR)/www-$(DOC)
#
# LATEX compiler
-LATEX_TO_PDF=pdflatex --output-directory $(PDF_DEST_DIR)
+LATEX_TO_PDF=pdflatex -halt-on-error --output-directory $(PDF_DEST_DIR)
first_rule: all