use correct form of rtf for making PDF

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2009-02-20 12:26:16 +00:00
parent bc134bdbd0
commit 19a575d6e9
3 changed files with 22 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ call ps2pdf gizmos.ps >> c:\temp.log
call ps2pdf mmedia.ps >> c:\temp.log
call ps2pdf ogl.ps >> c:\temp.log
call ps2pdf svg.ps >> c:\temp.log
call ps2pdf tex2rtf.ps >> c:\temp.log
call ps2pdf tex2rtf_rtf.ps >> c:\temp.log
echo Zipping
cd %WXWIN%
@@ -97,6 +97,7 @@ zip wxWidgets-%WXW_VER%-PDF.zip docs\pdf\*.pdf
rem copy chm to inno
cd %WXWIN%
mkdir c:\wx\inno\wxw28b\docs\htmlhelp
del \wx\inno\wxw28b\docs\htmlhelp\wx.chm
copy docs\htmlhelp\wx.chm \wx\inno\wxw28b\docs\htmlhelp\wx.chm
cd %WXWIN%\build\script
iscc wxwidgets.iss >> c:\temp.log