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