diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1999-01-25 22:00:40 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1999-01-25 22:00:40 +0000 |
| commit | 04ecd1203c58dc8576be0a1cc778921070e557dd (patch) | |
| tree | d3a3c15cec2c3b24f3b9be409c56762768481369 /en_US.ISO_8859-1 | |
| parent | 99901d638ad8844cedba2b5554cfb5bae42e52b4 (diff) | |
Notes
Diffstat (limited to 'en_US.ISO_8859-1')
| -rw-r--r-- | en_US.ISO_8859-1/books/handbook/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO_8859-1/books/handbook/Makefile b/en_US.ISO_8859-1/books/handbook/Makefile index 86248cd76b..bb949860c1 100644 --- a/en_US.ISO_8859-1/books/handbook/Makefile +++ b/en_US.ISO_8859-1/books/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 |
