diff --git a/scripts/bdist.bat b/scripts/bdist.bat index e5fbf537..f1945935 100755 --- a/scripts/bdist.bat +++ b/scripts/bdist.bat @@ -1,6 +1,13 @@ @echo off REM batch file for generating the windows .exe installer set PYTHON="c:\Python 24\python.exe" +cd doc\en +%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time documentation.txt documentation.html +%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time index.txt index.html +%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time install.txt install.html +%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time other.txt other.html +%PYTHON% ..\rest2htmlnav --stylesheet-path=lc.css --time upgrading.txt upgrading.html +cd ..\.. %PYTHON% setup.py clean --all %PYTHON% setup.py sdist --manifest-only %PYTHON% setup.py build -c mingw32 bdist_wininst -b hase.bmp