]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/makedocs.bat
reSWIGged
[wxWidgets.git] / wxPython / distrib / makedocs.bat
CommitLineData
fa72af69
RD
1
2setlocal
3set DOCDIR=%WXWIN%\docs
4
5cd %DOCDIR%\latex\wx
6mkdir %DOCDIR%\html\wx
7copy *.gif %DOCDIR%\html\wx
8start /wait tex2rtf %DOCDIR%\latex\wx\manual.tex %DOCDIR%\html\wx\wx.htm -twice -html -macros %DOCDIR%\latex\wx\tex2rtf_css.ini
9
10erase %DOCDIR%\html\wx\*.con
11erase %DOCDIR%\html\wx\*.ref
12erase %DOCDIR%\latex\wx\*.con
13erase %DOCDIR%\latex\wx\*.ref
14
15
16cd %DOCDIR%\html\wx
17copy %DOCDIR%\latex\wx\wx.css .
18hhc wx.hhp
19mkdir ..\..\htmlhelp
20erase %DOCDIR%\htmlhelp\wx.chm
21move wx.chm ..\..\htmlhelp