diff --git a/Installation/changes.md b/Installation/CHANGES.md similarity index 100% rename from Installation/changes.md rename to Installation/CHANGES.md diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index baabba4f805..243dd75bb09 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -866,7 +866,7 @@ endif() # DESTINATION option is mandatory; skipping it breaks CPack! if(CGAL_INSTALL_DOC_DIR) - install(FILES AUTHORS changes.md LICENSE LICENSE.FREE_USE LICENSE.GPL LICENSE.LGPL DESTINATION ${CGAL_INSTALL_DOC_DIR} ) + install(FILES AUTHORS CHANGES.md LICENSE LICENSE.FREE_USE LICENSE.GPL LICENSE.LGPL DESTINATION ${CGAL_INSTALL_DOC_DIR} ) endif() #install all includes collected in trunk et cetera diff --git a/wininst/developer_scripts/script_cgal.nsi b/wininst/developer_scripts/script_cgal.nsi index 6592e54c6c3..fb836eaf0c6 100644 --- a/wininst/developer_scripts/script_cgal.nsi +++ b/wininst/developer_scripts/script_cgal.nsi @@ -164,7 +164,7 @@ Section "!Main CGAL" MAIN_Idx SetOutPath "$INSTDIR" File "${CGAL_SRC}\AUTHORS" - File "${CGAL_SRC}\changes.md" + File "${CGAL_SRC}\CHANGES.md" File "${CGAL_SRC}\CMakeLists.txt" File "${CGAL_SRC}\INSTALL.md" File "${CGAL_SRC}\LICENSE"