Update of header of files in context of License text
[occt.git] / gendoc.bat
... / ...
CommitLineData
1@echo off
2
3rem Helper script to run generation of OCCT documentation on Windows.
4rem Running it requires that Tcl, Doxygen, and MikTex (for PDF generation)
5rem should be in the PATH
6
7SET "OLD_PATH=%PATH%"
8
9if exist "%~dp0env.bat" (
10 call "%~dp0env.bat"
11)
12
13tclsh.exe %~dp0adm/start.tcl %*
14SET "PATH=%OLD_PATH%"