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:
parent
eece7f02d3
commit
bae6e2b3ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14781
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue