From: Timo Heister Date: Wed, 6 Jun 2018 05:30:30 +0000 (+0800) Subject: install LICENSE.md not LICENSE X-Git-Tag: v9.1.0-rc1~1073^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6716%2Fhead;p=dealii.git install LICENSE.md not LICENSE fixes #6706 --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 5919116ed6..c962375574 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -57,7 +57,7 @@ ENDIF(DEAL_II_COMPONENT_DOCUMENTATION) INSTALL(FILES ${CMAKE_SOURCE_DIR}/README.md - ${CMAKE_SOURCE_DIR}/LICENSE + ${CMAKE_SOURCE_DIR}/LICENSE.md DESTINATION ${DEAL_II_DOCREADME_RELDIR} COMPONENT library )