Merge pull request #5371 from mcktr/fix/travis-ci-build

Fix Travis CI build
This commit is contained in:
Michael Friedrich 2017-06-20 20:20:47 +02:00 committed by GitHub
commit fcfc72848b
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ endif()
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h ESCAPE_QUOTES)
install(
FILES README.md COPYING COPYING.Exceptions AUTHORS ChangeLog NEWS
FILES README.md COPYING COPYING.Exceptions AUTHORS CHANGELOG.md NEWS
DESTINATION ${CMAKE_INSTALL_DOCDIR}
)