From bae6e2b3ef0f0abc84bd57a82063d9adac04b677 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 28 Oct 2002 19:44:08 +0000 Subject: [PATCH] Add the ${LOCAL_IMAGES_TXT} variable as a dependency in the html-text target, ensuring that any .txt files that need to be generated for the document will be. --- share/mk/doc.docbook.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/doc.docbook.mk b/share/mk/doc.docbook.mk index b45b9f3ee1..4d689265f0 100644 --- a/share/mk/doc.docbook.mk +++ b/share/mk/doc.docbook.mk @@ -419,7 +419,7 @@ ${DOC}.html: ${DOC}.xml ${LOCAL_IMAGES_LIB} ${LOCAL_IMAGES_PNG} \ # Special target to produce HTML with no images in it. .if ${STYLESHEET_TYPE} == "dsssl" -${DOC}.html-text: ${SRCS} ${INDEX_SGML} ${HTML_INDEX} +${DOC}.html-text: ${SRCS} ${INDEX_SGML} ${HTML_INDEX} ${LOCAL_IMAGES_TXT} ${JADE} -V nochunks ${HTMLOPTS} \ ${JADEOPTS} -t sgml ${MASTERDOC} > ${.TARGET} || \ (${RM} -f ${.TARGET} && false)