mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 07:31:03 +08:00
Fix WITH_DOC
This commit is contained in:
parent
54b89858ab
commit
ec7b9480f5
@ -674,19 +674,19 @@ foreach (txt ${docs})
|
|||||||
string (REGEX REPLACE ".*/(.*)\\.txt" "\\1.html" html ${txt})
|
string (REGEX REPLACE ".*/(.*)\\.txt" "\\1.html" html ${txt})
|
||||||
set (src ${txt})
|
set (src ${txt})
|
||||||
set (dst doc/${html})
|
set (dst doc/${html})
|
||||||
add_custom_command (
|
|
||||||
OUTPUT ${dst}
|
|
||||||
COMMAND ${ASCIIDOC_EXECUTABLE}
|
|
||||||
-d manpage
|
|
||||||
-b xhtml11
|
|
||||||
-f ${CMAKE_CURRENT_SOURCE_DIR}/doc/asciidoc.conf
|
|
||||||
-azmq_version=${ZMQ_VERSION}
|
|
||||||
-o ${dst}
|
|
||||||
${src}
|
|
||||||
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${src}
|
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
|
||||||
COMMENT "Generating ${html}")
|
|
||||||
if (WITH_DOC)
|
if (WITH_DOC)
|
||||||
|
add_custom_command (
|
||||||
|
OUTPUT ${dst}
|
||||||
|
COMMAND ${ASCIIDOC_EXECUTABLE}
|
||||||
|
-d manpage
|
||||||
|
-b xhtml11
|
||||||
|
-f ${CMAKE_CURRENT_SOURCE_DIR}/doc/asciidoc.conf
|
||||||
|
-azmq_version=${ZMQ_VERSION}
|
||||||
|
-o ${dst}
|
||||||
|
${src}
|
||||||
|
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${src}
|
||||||
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
|
COMMENT "Generating ${html}")
|
||||||
list (APPEND html-docs ${CMAKE_CURRENT_BINARY_DIR}/${dst})
|
list (APPEND html-docs ${CMAKE_CURRENT_BINARY_DIR}/${dst})
|
||||||
endif ()
|
endif ()
|
||||||
endforeach ()
|
endforeach ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user