From: asl Date: Thu, 11 Jun 2015 05:48:28 +0000 (+0300) Subject: correct documentation installation X-Git-Tag: v1.4.1~6^2^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec537a7b98ea738f7f3249bd56dfab85fcafae63;p=modules%2Fhydro.git correct documentation installation --- diff --git a/doc/salome/gui/HYDRO/CMakeLists.txt b/doc/salome/gui/HYDRO/CMakeLists.txt index d1eff5b9..7e2fc082 100644 --- a/doc/salome/gui/HYDRO/CMakeLists.txt +++ b/doc/salome/gui/HYDRO/CMakeLists.txt @@ -18,6 +18,6 @@ # SET(docdir ${CMAKE_INSTALL_PREFIX}/share/doc/salome) -FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/*.html") +FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/html/*.*") INSTALL(FILES ${files} DESTINATION ${docdir}/gui/HYDRO)