Salome HOME
Porting HexoticPLUGIN SALOME module to the CMake build system: initial version.
[plugins/hexoticplugin.git] / doc / salome / examples / CMakeLists.txt
index b4580f622792e4228e53b66e19e532f979690063..2b433adc6357388289275811c420074db029a8af 100644 (file)
@@ -17,6 +17,5 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(docdir ${CMAKE_INSTALL_PREFIX}/share/doc/salome)
 FILE(GLOB files "${CMAKE_CURRENT_SOURCE_DIR}/*.py")
-INSTALL(FILES ${files} DESTINATION ${docdir}/examples/HexoticPLUGIN)
+INSTALL(FILES ${files} DESTINATION ${SALOME_INSTALL_DOC}/examples/HexoticPLUGIN)