install NEWS

master
Rob Sykes 2013-01-18 16:49:10 +00:00
parent 81110cb89f
commit 0df6d4161b
1 changed files with 5 additions and 1 deletions

View File

@ -217,7 +217,11 @@ if (BUILD_TESTS OR BUILD_LSR_TESTS)
enable_testing ()
endif ()
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/README ${CMAKE_CURRENT_SOURCE_DIR}/LICENCE DESTINATION ${DOC_INSTALL_DIR})
install (FILES
${CMAKE_CURRENT_SOURCE_DIR}/README
${CMAKE_CURRENT_SOURCE_DIR}/LICENCE
${CMAKE_CURRENT_SOURCE_DIR}/NEWS
DESTINATION ${DOC_INSTALL_DIR})