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