Skip to content
Snippets Groups Projects
Commit 40abd297 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Build web-site only if -DENABLE_DOC is ON

parent cf92e9b1
No related branches found
No related tags found
No related merge requests found
configure_file(
"${PROJECT_SOURCE_DIR}/doc/www/content/newsite/download.yml.in"
"${PROJECT_BINARY_DIR}/doc/www/content/newsite/download.yml"
)
add_subdirectory(man)
if (ENABLE_DOC)
configure_file(
"${PROJECT_SOURCE_DIR}/doc/www/content/newsite/download.yml.in"
"${PROJECT_BINARY_DIR}/doc/www/content/newsite/download.yml"
)
add_subdirectory(sphinx)
add_subdirectory(www)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment