]> OCCT Git - occt.git/commit
Documentation - Migration to CMake from TCL #441
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Wed, 19 Mar 2025 09:58:55 +0000 (09:58 +0000)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 09:58:55 +0000 (09:58 +0000)
commit606d652b4192b91bc7b559a4ca1eefdb21a7a6fa
tree4bd4200e2f5a517b1e7293e01ad58941593a97a8
parentdf4b93198812a2ab6b707f3362016f8559fe2db4
Documentation - Migration to CMake from TCL #441

Remove OS folder with structure for refman generation.
Remove tcl scripts from adm folder which used only for doc generation
Migrate all the processes of doc generation to cmake (adm/cmake/occt_doc.cmake)
RefMan and Overview build from CMake as a new utility option, no TCL is needed.
25 files changed:
.github/actions/build-docs/action.yml
CMakeLists.txt
adm/UDLIST [deleted file]
adm/cmake/occt_doc.cmake [new file with mode: 0644]
adm/cmake/vardescr.cmake
adm/gendoc [deleted file]
adm/gendoc.bat [deleted file]
adm/gendoc.tcl [deleted file]
adm/occaux.tcl [deleted file]
adm/start.tcl [deleted file]
dox/resources/occt_ug_html.doxyfile
src/OS/ApplicationFramework.tcl [deleted file]
src/OS/DataExchange.tcl [deleted file]
src/OS/Draw.tcl [deleted file]
src/OS/FILES [deleted file]
src/OS/FoundationClasses.tcl [deleted file]
src/OS/ModelingAlgorithms.tcl [deleted file]
src/OS/ModelingData.tcl [deleted file]
src/OS/Modules.tcl [deleted file]
src/OS/TApplicationFramework.tcl [deleted file]
src/OS/TModelingData.tcl [deleted file]
src/OS/TTool.tcl [deleted file]
src/OS/TVisualization.tcl [deleted file]
src/OS/Tools.tcl [deleted file]
src/OS/Visualization.tcl [deleted file]