Ensure that User Guide is rebuilt when attributes are changed

For example the version string components.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.6@6260 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-12-10 23:06:07 +00:00
parent 04046b9415
commit c22ad94786

View File

@ -140,7 +140,7 @@ html_document(
HTML user_guide
SOURCE user_guide/wsjtx-main.adoc
ASCIIDOC_OPTIONS -a data-uri -a toc2 -a max-width=1024px --conf-file=${CMAKE_CURRENT_BINARY_DIR}/wsjtx.conf --backend=xhtml11 --theme wsjt
DEPENDS ${common_SRCS} ${UG_SRCS} ${UG_IMGS} wsjtx.conf.in theme/wsjt/wsjt.css
DEPENDS ${common_SRCS} ${UG_SRCS} ${UG_IMGS} ${CMAKE_CURRENT_BINARY_DIR}/wsjtx.conf theme/wsjt/wsjt.css
)
add_custom_target (docs ALL DEPENDS ${user_guide})