]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Remove extra file
authorvsv <vsv@opencascade.com>
Thu, 9 Aug 2018 10:19:37 +0000 (13:19 +0300)
committermpv <mikhail.ponikarov@opencascade.com>
Fri, 10 Aug 2018 07:37:22 +0000 (10:37 +0300)
src/SketchPlugin/doc/CMakeLists.txt [deleted file]

diff --git a/src/SketchPlugin/doc/CMakeLists.txt b/src/SketchPlugin/doc/CMakeLists.txt
deleted file mode 100644 (file)
index 71f8e8a..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-## Copyright (C) 2014-2017  CEA/DEN, EDF R&D
-##
-## This library is free software; you can redistribute it and/or
-## modify it under the terms of the GNU Lesser General Public
-## License as published by the Free Software Foundation; either
-## version 2.1 of the License, or (at your option) any later version.
-##
-## This library is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-## Lesser General Public License for more details.
-##
-## You should have received a copy of the GNU Lesser General Public
-## License along with this library; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-##
-## See http:##www.salome-platform.org/ or
-## email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
-##
-
-
-#sphinx-build -b html -c doc -D latex_paper_size=a4 -d doc/doctree /dn23/PPGP/vsv/SALOME730/SOURCES/PPGP_SRC/doc doc/html
-
-
-INSTALL(CODE "
-EXECUTE_PROCESS(
-COMMAND ${SPHINX_EXECUTABLE} -Q -b html -c ${DOC_BUILD_DIR} -d doctree ${CMAKE_CURRENT_SOURCE_DIR} ${DOC_BUILD_DIR}/html/SketchPlugin
-WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-)"
-)
-
-
-# IF(${HAVE_SALOME})
-# INSTALL(CODE "
-# EXECUTE_PROCESS(
-# COMMAND ${PYTHON_EXECUTABLE} -c \"import shutil;shutil.rmtree('${CMAKE_INSTALL_PREFIX}/share/doc/salome/gui/SHAPER', True);shutil.copytree('${CMAKE_CURRENT_BINARY_DIR}/html', '${CMAKE_INSTALL_PREFIX}/share/doc/salome/gui/SHAPER')\"
-# )
-# ")
-# ELSE(${HAVE_SALOME})
-# INSTALL(CODE "
-# EXECUTE_PROCESS(
-# COMMAND ${PYTHON_EXECUTABLE} -c \"import shutil;shutil.rmtree('${CMAKE_INSTALL_PREFIX}/doc/gui', True);shutil.copytree('${CMAKE_CURRENT_BINARY_DIR}/html', '${CMAKE_INSTALL_PREFIX}/doc/gui')\"
-# )
-# ")
-# ENDIF(${HAVE_SALOME})