Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2002 19:30:21 +0100
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        Ceri Davies <setantae@submonkey.net>
Cc:        doc@FreeBSD.org
Subject:   Re: Errors building handbook
Message-ID:  <20021207183021.GB5364@nosferatu.blackend.org>
In-Reply-To: <20021207174358.GA13803@submonkey.net>
References:  <20021207174358.GA13803@submonkey.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ceri,

For the build problem try the following patch:

--- doc.docbook.mk.org	Sat Dec  7 18:55:35 2002
+++ doc.docbook.mk	Sat Dec  7 19:15:52 2002
@@ -461,7 +461,7 @@
 
 # RTF --------------------------------------------------------------------
 
-${DOC}.rtf: ${SRCS} ${LOCAL_IMAGES_EPS}
+${DOC}.rtf: ${SRCS} ${LOCAL_IMAGES_EPS} ${LOCAL_IMAGES_TXT}
 	${JADE} -V rtf-backend ${PRINTOPTS} \
 		${JADEOPTS} -t rtf -o ${.TARGET} ${MASTERDOC}
 
@@ -472,14 +472,16 @@
 # format, which will then lead on to a different .dvi file as well.
 #
 
-${DOC}.tex: ${SRCS} ${LOCAL_IMAGES_EPS} ${INDEX_SGML} ${PRINT_INDEX}
+${DOC}.tex: ${SRCS} ${LOCAL_IMAGES_EPS} ${INDEX_SGML} ${PRINT_INDEX} \
+		${LOCAL_IMAGES_TXT}
 	${JADE} -V tex-backend ${PRINTOPTS} \
 		${JADEOPTS} -t tex -o ${.TARGET} ${MASTERDOC}
 
 ${DOC}.tex-ps: ${DOC}.tex
 	${LN} -f ${.ALLSRC} ${.TARGET}
 
-${DOC}.tex-pdf: ${SRCS} ${IMAGES_PDF} ${INDEX_SGML} ${PRINT_INDEX}
+${DOC}.tex-pdf: ${SRCS} ${IMAGES_PDF} ${INDEX_SGML} ${PRINT_INDEX} \
+		${LOCAL_IMAGES_TXT}
 	${RM} -f ${.TARGET}
 	${CAT} ${PDFTEX_DEF} > ${.TARGET}
 	${JADE} -V tex-backend ${PRINTOPTS} -ioutput.print.pdf \

Marc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021207183021.GB5364>