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

@@ -47,6 +47,23 @@ allhlp: wxhlp
allpdfrtf: pdfrtf
cd $(WXDIR)\utils\tex2rtf\docs
nmake -f makefile.vc pdfrtf
cd $(WXDIR)\contrib\src\fl
nmake -f makedocs.vc pdfrtf
cd $(THISDIR)
cd $(WXDIR)\contrib\src\ogl
nmake -f makedocs.vc pdfrtf
cd $(THISDIR)
cd $(WXDIR)\contrib\src\svg
nmake -f makedocs.vc pdfrtf
cd $(THISDIR)
cd $(WXDIR)\contrib\src\gizmos
nmake -f makedocs.vc pdfrtf
cd $(THISDIR)
cd $(WXDIR)\contrib\src\mmedia
nmake -f makedocs.vc pdfrtf
cd $(THISDIR)
allhtb: htb
# cd $(WXDIR)\utils\dialoged\src
@@ -54,6 +71,7 @@ allhtb: htb
cd $(WXDIR)\utils\tex2rtf\docs
nmake -f makefile.vc htb
cd $(WXDIR)\contrib\src\fl
nmake -f makefile.vc htb
cd $(THISDIR)
cd $(WXDIR)\contrib\src\ogl
nmake -f makedocs.vc htb
@@ -74,6 +92,7 @@ allhtml: wxhtml
cd $(WXDIR)\utils\tex2rtf\docs
nmake -f makefile.vc html
cd $(WXDIR)\contrib\src\fl
nmake -f makefile.vc html
cd $(THISDIR)
cd $(WXDIR)\contrib\src\ogl
nmake -f makedocs.vc html

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

View File

@@ -6,7 +6,7 @@ NAME=svg
DOCSOURCEDIR=$(WXDIR)\contrib\docs\latex\$(NAME)
DOCDIR=$(WXDIR)\docs
THISDIR = $(WXDIR)\contrib\src\$(NAME)
DOCSOURCES=$(DOCSOURCEDIR)\dc$(NAME).tex \
DOCSOURCES=$(DOCSOURCEDIR)\dc$(NAME).tex
WAITFLAG=/WAIT
alldocs: mkdirs html htmlhelp htb hlp pdfrtf