From f51a98e8a702cc11294021921fe30a036660f57e Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Thu, 3 Jul 2014 18:00:27 +0200 Subject: [PATCH] Don't copy INSTALL documentation to system docs The INSTALL documentation is not relevant after installation, especially if packages are used. This does prevent a rpmlint warning. refs #5818 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af48befee..2d0ec88cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} )