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.
This commit is contained in:
Nik Clayton 2002-10-28 19:44:08 +00:00
parent eece7f02d3
commit bae6e2b3ef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14781

View file

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