chiark / gitweb /
doc/Makefile.am: Enable `\nonstopmode' in TeX processing.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 09:56:29 +0000 (10:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:40 +0000 (19:58 +0100)
Now the build doesn't grind to a halt because I've upset TeX again.

doc/Makefile.am

index 60661d5f1a2228a44c846f51b719688dc9015a36..53820a178e5dc3fc00c5b6231451137d993588f1 100644 (file)
@@ -31,7 +31,8 @@ TEX_FILES              =
 CLEANFILES             += *.aux *.out *.log *.toc *.ind *.idx *.ilg
 EXTRA_DIST             += $(TEX_FILES)
 
-TEXFLAGS                = --output-directory=$(abs_builddir)
+TEXFLAGS                = --interaction=nonstopmode \
+                               --output-directory=$(abs_builddir)
 
 ###--------------------------------------------------------------------------
 ### The manual.