X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2FCMakeLists.txt;h=f5ce1e24e27ff07390734b92cfb857809e5f3e61;hb=5db7b01fa2c27dee88836271ed711a7dc37b48d3;hp=7c86093a04f6c076e6d6bd5550c87da8a6c0ef2d;hpb=1ca5ca8392041cac50935fc7d52ea503936ce757;p=openjpeg.git diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 7c86093a..f5ce1e24 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -12,8 +12,14 @@ if(DOXYGEN_FOUND) # Configure the html mainpage file of the doxygen documentation with variable # from CMake and move it - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/mainpage.dox.cmake + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/mainpage.dox.in ${CMAKE_BINARY_DIR}/doc/mainpage.dox @ONLY) + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/openjpip.dox.in + ${CMAKE_BINARY_DIR}/doc/openjpip.dox @ONLY) + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/jpip_architect.png + ${CMAKE_BINARY_DIR}/doc/html/jpip_architect.png COPYONLY) + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/jpip_protocol.png + ${CMAKE_BINARY_DIR}/doc/html/jpip_protocol.png COPYONLY) # Generate new target to build the html documentation add_custom_target(doc ALL