Merge 8ab2de7ce4
into 3f97fa046b
This commit is contained in:
commit
c6cd690095
|
@ -67,6 +67,11 @@ endfunction()
|
||||||
message(STATUS "Add html target")
|
message(STATUS "Add html target")
|
||||||
add_documentation_target(GENERATOR html)
|
add_documentation_target(GENERATOR html)
|
||||||
|
|
||||||
|
add_custom_target(CopyJavadoc
|
||||||
|
COMMAND ${CMAKE_COMMAND} -E copy_directory ${SPHINX_DOCUMENT_DIR}/javadoc ${CMAKE_BINARY_DIR}/docs/javadoc
|
||||||
|
COMMENT "Copying Javadoc to build directory"
|
||||||
|
)
|
||||||
|
|
||||||
set(DOCSERVER_PORT
|
set(DOCSERVER_PORT
|
||||||
"-1"
|
"-1"
|
||||||
CACHE
|
CACHE
|
||||||
|
@ -116,3 +121,4 @@ add_custom_command(
|
||||||
add_custom_target(package_html DEPENDS ${tar_file})
|
add_custom_target(package_html DEPENDS ${tar_file})
|
||||||
add_dependencies(package_html html)
|
add_dependencies(package_html html)
|
||||||
add_dependencies(packages package_html)
|
add_dependencies(packages package_html)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue