Skip to content
Snippets Groups Projects
Commit 898a8a4b authored by Langella Olivier's avatar Langella Olivier
Browse files

the documentation is built and installed

parent cbd9025a
No related branches found
No related tags found
No related merge requests found
debian/tmp/usr/share/doc/xtpcpp/xtpcpp-doc.pdf usr/share/doc/xtpcpp
debian/tmp/usr/share/doc/xtpcpp/html usr/share/doc/xtpcpp
usr/share/doc/xtpcpp
usr/share/doc/xtpcpp
......@@ -45,11 +45,11 @@ if(BUILD_USER_MANUAL)
install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/build/user-manual/user-manual_color_en.pdf
DESTINATION ${DOC_DIR}/${TARGET}-doc.pdf)
DESTINATION share/doc/xtpcpp/${TARGET}-doc.pdf)
install(DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}/build/user-manual/html/user-manual/
DESTINATION ${DOC_DIR}/html)
DESTINATION share/doc/xtpcpp/html)
message("")
message(STATUS "${BoldGreen}Finished configuring the ${CMAKE_PROJECT_NAME} user manual.${ColourReset}")
......
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