Add "-V html-manifest" to index.html target rules, so that it's only

generated for this target, and not the generic .html target as well.

Additional "-" before TeX and PDFTeX calls, which also return non-zero
status codes (almost called them errorlevels, how long since I last wrote
a .bat file?)
This commit is contained in:
Nik Clayton 1999-01-27 23:39:47 +00:00
parent c3d01106d6
commit 98529a3bbf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4139
3 changed files with 18 additions and 18 deletions
en/handbook
en_US.ISO8859-1/books/handbook
en_US.ISO_8859-1/books/handbook

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.10 1999-01-25 22:00:40 nik Exp $
# $Id: Makefile,v 1.11 1999-01-27 23:39:47 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
@ -203,7 +203,7 @@ CLEANFILES:= ${_clean}
all: ${_docs}
index.html HTML.manifest: ${SRCS}
${JADE} -ioutput.html ${JADEFLAGS} -d ${DSLHTML} -t sgml ${DOC}.sgml
${JADE} -V html-manifest -ioutput.html ${JADEFLAGS} -d ${DSLHTML} -t sgml ${DOC}.sgml
-tidy -i -m -f /dev/null *.html
${DOC}.html: ${SRCS}
@ -225,13 +225,13 @@ ${DOC}.dvi: ${DOC}.tex
@echo "==> TeX pass 2/3"
-tex "&jadetex" ${DOC}.tex
@echo "==> Tex pass 3/3"
tex "&jadetex" ${DOC}.tex
-tex "&jadetex" ${DOC}.tex
${DOC}.pdf: ${DOC}.tex
@echo "==> PDFTeX pass 1/3"
pdftex "&pdfjadetex" ${DOC}.tex
-pdftex "&pdfjadetex" ${DOC}.tex
@echo "==> PDFTeX pass 2/3"
pdftex "&pdfjadetex" ${DOC}.tex
-pdftex "&pdfjadetex" ${DOC}.tex
@echo "==> PDFTeX pass 3/3"
pdftex "&pdfjadetex" ${DOC}.tex
@ -335,7 +335,7 @@ install-${_cf}: index.html
exit 1; \
fi
${INSTALL} ${COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \
`xargs < HTML.manifest` ${DESTDIR}${DOCDIR}/${VOLUME};
`xargs < HTML.manifest` ${DESTDIR}${DOCDIR}/${VOLUME}; \
if [ -f ${.OBJDIR}/${DOC}.ln ]; then \
(cd ${DESTDIR}${DOCDIR}/${VOLUME}; \
sh ${.OBJDIR}/${DOC}.ln); \

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.10 1999-01-25 22:00:40 nik Exp $
# $Id: Makefile,v 1.11 1999-01-27 23:39:47 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
@ -203,7 +203,7 @@ CLEANFILES:= ${_clean}
all: ${_docs}
index.html HTML.manifest: ${SRCS}
${JADE} -ioutput.html ${JADEFLAGS} -d ${DSLHTML} -t sgml ${DOC}.sgml
${JADE} -V html-manifest -ioutput.html ${JADEFLAGS} -d ${DSLHTML} -t sgml ${DOC}.sgml
-tidy -i -m -f /dev/null *.html
${DOC}.html: ${SRCS}
@ -225,13 +225,13 @@ ${DOC}.dvi: ${DOC}.tex
@echo "==> TeX pass 2/3"
-tex "&jadetex" ${DOC}.tex
@echo "==> Tex pass 3/3"
tex "&jadetex" ${DOC}.tex
-tex "&jadetex" ${DOC}.tex
${DOC}.pdf: ${DOC}.tex
@echo "==> PDFTeX pass 1/3"
pdftex "&pdfjadetex" ${DOC}.tex
-pdftex "&pdfjadetex" ${DOC}.tex
@echo "==> PDFTeX pass 2/3"
pdftex "&pdfjadetex" ${DOC}.tex
-pdftex "&pdfjadetex" ${DOC}.tex
@echo "==> PDFTeX pass 3/3"
pdftex "&pdfjadetex" ${DOC}.tex
@ -335,7 +335,7 @@ install-${_cf}: index.html
exit 1; \
fi
${INSTALL} ${COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \
`xargs < HTML.manifest` ${DESTDIR}${DOCDIR}/${VOLUME};
`xargs < HTML.manifest` ${DESTDIR}${DOCDIR}/${VOLUME}; \
if [ -f ${.OBJDIR}/${DOC}.ln ]; then \
(cd ${DESTDIR}${DOCDIR}/${VOLUME}; \
sh ${.OBJDIR}/${DOC}.ln); \

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.10 1999-01-25 22:00:40 nik Exp $
# $Id: Makefile,v 1.11 1999-01-27 23:39:47 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
@ -203,7 +203,7 @@ CLEANFILES:= ${_clean}
all: ${_docs}
index.html HTML.manifest: ${SRCS}
${JADE} -ioutput.html ${JADEFLAGS} -d ${DSLHTML} -t sgml ${DOC}.sgml
${JADE} -V html-manifest -ioutput.html ${JADEFLAGS} -d ${DSLHTML} -t sgml ${DOC}.sgml
-tidy -i -m -f /dev/null *.html
${DOC}.html: ${SRCS}
@ -225,13 +225,13 @@ ${DOC}.dvi: ${DOC}.tex
@echo "==> TeX pass 2/3"
-tex "&jadetex" ${DOC}.tex
@echo "==> Tex pass 3/3"
tex "&jadetex" ${DOC}.tex
-tex "&jadetex" ${DOC}.tex
${DOC}.pdf: ${DOC}.tex
@echo "==> PDFTeX pass 1/3"
pdftex "&pdfjadetex" ${DOC}.tex
-pdftex "&pdfjadetex" ${DOC}.tex
@echo "==> PDFTeX pass 2/3"
pdftex "&pdfjadetex" ${DOC}.tex
-pdftex "&pdfjadetex" ${DOC}.tex
@echo "==> PDFTeX pass 3/3"
pdftex "&pdfjadetex" ${DOC}.tex
@ -335,7 +335,7 @@ install-${_cf}: index.html
exit 1; \
fi
${INSTALL} ${COPY} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \
`xargs < HTML.manifest` ${DESTDIR}${DOCDIR}/${VOLUME};
`xargs < HTML.manifest` ${DESTDIR}${DOCDIR}/${VOLUME}; \
if [ -f ${.OBJDIR}/${DOC}.ln ]; then \
(cd ${DESTDIR}${DOCDIR}/${VOLUME}; \
sh ${.OBJDIR}/${DOC}.ln); \