]> git.saurik.com Git - wxWidgets.git/commitdiff
Batch file for building the wxWindows .chm help file
authorRobin Dunn <robin@alldunn.com>
Thu, 22 Jan 2004 23:57:50 +0000 (23:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 22 Jan 2004 23:57:50 +0000 (23:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/makedocs.bat [new file with mode: 0755]

diff --git a/wxPython/distrib/makedocs.bat b/wxPython/distrib/makedocs.bat
new file mode 100755 (executable)
index 0000000..b683266
--- /dev/null
@@ -0,0 +1,21 @@
+
+setlocal
+set DOCDIR=%WXWIN%\docs
+
+cd %DOCDIR%\latex\wx
+mkdir %DOCDIR%\html\wx
+copy *.gif %DOCDIR%\html\wx
+start /wait tex2rtf %DOCDIR%\latex\wx\manual.tex %DOCDIR%\html\wx\wx.htm -twice -html -macros %DOCDIR%\latex\wx\tex2rtf_css.ini
+
+erase %DOCDIR%\html\wx\*.con
+erase %DOCDIR%\html\wx\*.ref
+erase %DOCDIR%\latex\wx\*.con
+erase %DOCDIR%\latex\wx\*.ref
+
+
+cd %DOCDIR%\html\wx
+copy %DOCDIR%\latex\wx\wx.css .
+hhc wx.hhp
+mkdir ..\..\htmlhelp
+erase %DOCDIR%\htmlhelp\wx.chm
+move wx.chm ..\..\htmlhelp