From: Matthias Maier Date: Thu, 24 Jul 2014 23:55:28 +0000 (+0200) Subject: Fix installation. X-Git-Tag: v8.2.0-rc1~250^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8cda84c30577da06359b17b80f714e9aeaeb64;p=dealii.git Fix installation. Well, it seems we forgot to update doc/CMakeLists.txt to install the new README.md file... --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 64d79e2c07..8e4af6274c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -61,7 +61,7 @@ ENDIF() SET(_destination) INSTALL(FILES - ${CMAKE_SOURCE_DIR}/README + ${CMAKE_SOURCE_DIR}/README.md ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION ${_foo} COMPONENT library