diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8487a1234..2a3af2a3a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,6 @@ add_subdirectory(Main) add_subdirectory(Mod) if(BUILD_GUI) add_subdirectory(Gui) - configure_file(Doc/Start_Page.html ${CMAKE_BINARY_DIR}/doc/Start_Page.html COPYONLY) configure_file(Doc/freecad.qhc ${CMAKE_BINARY_DIR}/doc/freecad.qhc COPYONLY) configure_file(Doc/freecad.qch ${CMAKE_BINARY_DIR}/doc/freecad.qch COPYONLY) endif(BUILD_GUI) @@ -21,7 +20,7 @@ add_subdirectory(Doc) if(FREECAD_MAINTAINERS_BUILD AND WIN32) #add_subdirectory(WindowsInstaller) endif(FREECAD_MAINTAINERS_BUILD AND WIN32) -INSTALL(FILES Doc/Start_Page.html Doc/freecad.qhc Doc/freecad.qch +INSTALL(FILES Doc/freecad.qhc Doc/freecad.qch DESTINATION ${CMAKE_INSTALL_DOCDIR} )