Skip to content

Commit

Permalink
Don't copy INSTALL documentation to system docs
Browse files Browse the repository at this point in the history
The INSTALL documentation is not relevant after installation, especially
if packages are used.

This does prevent a rpmlint warning.

refs #5818
  • Loading branch information
thardeck authored and gunnarbeutner committed Jul 30, 2014
1 parent a090eb0 commit f51a98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)

Expand Down

0 comments on commit f51a98e

Please sign in to comment.