aboutsummaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-01-25 22:00:40 +0000
committerNik Clayton <nik@FreeBSD.org>1999-01-25 22:00:40 +0000
commit04ecd1203c58dc8576be0a1cc778921070e557dd (patch)
treed3a3c15cec2c3b24f3b9be409c56762768481369 /en
parent99901d638ad8844cedba2b5554cfb5bae42e52b4 (diff)
downloaddoc-04ecd1203c58dc8576be0a1cc778921070e557dd.tar.gz
doc-04ecd1203c58dc8576be0a1cc778921070e557dd.zip
Currently the first two calls to tex return a non-zero status code. This
is expected, so prefix them with "-" so make(1) ignores it.
Notes
Notes: svn path=/head/; revision=4111
Diffstat (limited to 'en')
-rw-r--r--en/handbook/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/handbook/Makefile b/en/handbook/Makefile
index 86248cd76b..bb949860c1 100644
--- a/en/handbook/Makefile
+++ b/en/handbook/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.9 1999-01-25 21:58:47 nik Exp $
+# $Id: Makefile,v 1.10 1999-01-25 22:00:40 nik Exp $
#
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
# file which can be used by many Makefiles, and a much smaller Makefile
@@ -221,9 +221,9 @@ ${DOC}.tex: ${SRCS}
${DOC}.dvi: ${DOC}.tex
@echo "==> TeX pass 1/3"
- tex "&jadetex" ${DOC}.tex
+ -tex "&jadetex" ${DOC}.tex
@echo "==> TeX pass 2/3"
- tex "&jadetex" ${DOC}.tex
+ -tex "&jadetex" ${DOC}.tex
@echo "==> Tex pass 3/3"
tex "&jadetex" ${DOC}.tex