X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=manual%2FCMakeLists.txt;h=bdbd6c916d5e18c4b30d2e790bbcb7e99576690a;hp=47e6fdda4b9d41667d6f4b740cbbaf81edb1b9dc;hb=7305c218535f750d6601902b4997b77ba1effb38;hpb=f2f536aa7be21d7d9afdfd3363adb1cd037b0dac diff --git a/manual/CMakeLists.txt b/manual/CMakeLists.txt index 47e6fdd..bdbd6c9 100644 --- a/manual/CMakeLists.txt +++ b/manual/CMakeLists.txt @@ -51,3 +51,10 @@ add_custom_target(manual-pdf ) add_custom_target(manual) add_dependencies(manual manual-html manual-pdf) + +install( + FILES ${MANUAL_OUT_HTML} ${MANUAL_OUT_PDF} + DESTINATION "share/doc/pulseview" + PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ + OPTIONAL +)