diff --git a/web/CMakeLists.txt b/web/CMakeLists.txt index aaf9418cd..b4d865c19 100644 --- a/web/CMakeLists.txt +++ b/web/CMakeLists.txt @@ -8,7 +8,7 @@ configure_file(includes/config.php.in "${CMAKE_CURRENT_BINARY_DIR}/includes/conf # Install the web files install(DIRECTORY ajax css graphics includes js lang skins tools views DESTINATION "${ZM_WEBDIR}" PATTERN "*.in" EXCLUDE PATTERN "*Make*" EXCLUDE PATTERN "*cmake*" EXCLUDE) -install(FILES index.php README.md DESTINATION "${ZM_WEBDIR}") +install(FILES index.php DESTINATION "${ZM_WEBDIR}") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/includes/config.php" DESTINATION "${ZM_WEBDIR}/includes") # Install the mootools symlinks (if its not in the source directory)