From: Lars Engels Date: Tue, 6 Jun 2017 11:01:45 +0000 (+0200) Subject: Install the images directory containing the needed PNGs for the markdown docs. X-Git-Tag: v2.7.0~41^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9cb2ddbf42b29c096eae90ec4c23754ce4533d4;p=icinga2 Install the images directory containing the needed PNGs for the markdown docs. refs #5325 --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 0738fc11a..9ca0bb5c6 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -28,3 +28,8 @@ install( FILES ${DOCSRCS} DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown ) + +install( + DIRECTORY images + DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown +)