mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-11 02:12:25 -04:00
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:
parent
04046b9415
commit
c22ad94786
@ -140,7 +140,7 @@ html_document(
|
|||||||
HTML user_guide
|
HTML user_guide
|
||||||
SOURCE user_guide/wsjtx-main.adoc
|
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
|
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})
|
add_custom_target (docs ALL DEPENDS ${user_guide})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user