]> granicus.if.org Git - icinga2/commitdiff
Don't copy INSTALL documentation to system docs
authorTim Hardeck <thardeck@suse.de>
Thu, 3 Jul 2014 16:00:27 +0000 (18:00 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 30 Jul 2014 11:02:10 +0000 (13:02 +0200)
The INSTALL documentation is not relevant after installation, especially
if packages are used.

This does prevent a rpmlint warning.

refs #5818

CMakeLists.txt

index af48befee3c567471520ace1ae636ab17df19e3f..2d0ec88cdc809c4804df9b0322031207586a587f 100644 (file)
@@ -127,7 +127,7 @@ endif()
 configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h ESCAPE_QUOTES)
 
 install(
-  FILES README COPYING COPYING.Exceptions AUTHORS ChangeLog INSTALL NEWS
+  FILES README COPYING COPYING.Exceptions AUTHORS ChangeLog NEWS
   DESTINATION ${CMAKE_INSTALL_DOCDIR}
 )