]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/makedocs.bat
wxPython 2.7.1.1
[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
99aca60e 8copy *.css %DOCDIR%\html\wx
fa72af69
RD
9start /wait tex2rtf %DOCDIR%\latex\wx\manual.tex %DOCDIR%\html\wx\wx.htm -twice -html -macros %DOCDIR%\latex\wx\tex2rtf_css.ini
10
11erase %DOCDIR%\html\wx\*.con
12erase %DOCDIR%\html\wx\*.ref
13erase %DOCDIR%\latex\wx\*.con
14erase %DOCDIR%\latex\wx\*.ref
15
16
17cd %DOCDIR%\html\wx
18copy %DOCDIR%\latex\wx\wx.css .
19hhc wx.hhp
20mkdir ..\..\htmlhelp
21erase %DOCDIR%\htmlhelp\wx.chm
22move wx.chm ..\..\htmlhelp