]> granicus.if.org Git - icinga2/blobdiff - doc/CMakeLists.txt
Add check_openmanage command to ITL.
[icinga2] / doc / CMakeLists.txt
index 402a7bde38c9992dad171f764122739c0c1d40c2..9ca0bb5c6ca270b7e86910c5da4b8f5cfee5d152 100644 (file)
@@ -1,5 +1,5 @@
 # Icinga 2
-# Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org)
+# Copyright (C) 2012-2017 Icinga Development Team (https://www.icinga.com/)
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@ file(GLOB DOCSRCS "*.md")
 
 if(UNIX OR CYGWIN)
   install(
-    FILES icinga2.8 icinga2-enable-feature.8 icinga2-disable-feature.8 icinga2-build-ca.8 icinga2-build-key.8 icinga2-sign-key.8 icinga2-prepare-dirs.8
+    FILES icinga2.8
     DESTINATION ${CMAKE_INSTALL_MANDIR}/man8
   )
 endif()
@@ -28,3 +28,8 @@ install(
   FILES ${DOCSRCS}
   DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
 )
+
+install(
+  DIRECTORY images
+  DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
+)