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.
This commit is contained in:
Nik Clayton 1999-01-25 22:00:40 +00:00
parent 99901d638a
commit 04ecd1203c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4111
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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