mirror of https://github.com/CGAL/cgal
Rename changes.md to CHANGES.md
This commit is contained in:
parent
503cfd4c70
commit
c27f2a209d
|
|
@ -866,7 +866,7 @@ endif()
|
||||||
# DESTINATION option is mandatory; skipping it breaks CPack!
|
# DESTINATION option is mandatory; skipping it breaks CPack!
|
||||||
|
|
||||||
if(CGAL_INSTALL_DOC_DIR)
|
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()
|
endif()
|
||||||
|
|
||||||
#install all includes collected in trunk et cetera
|
#install all includes collected in trunk et cetera
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ Section "!Main CGAL" MAIN_Idx
|
||||||
|
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
File "${CGAL_SRC}\AUTHORS"
|
File "${CGAL_SRC}\AUTHORS"
|
||||||
File "${CGAL_SRC}\changes.md"
|
File "${CGAL_SRC}\CHANGES.md"
|
||||||
File "${CGAL_SRC}\CMakeLists.txt"
|
File "${CGAL_SRC}\CMakeLists.txt"
|
||||||
File "${CGAL_SRC}\INSTALL.md"
|
File "${CGAL_SRC}\INSTALL.md"
|
||||||
File "${CGAL_SRC}\LICENSE"
|
File "${CGAL_SRC}\LICENSE"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue