From fdf19d289fcded78e431cd1a7f858052f90b3323 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Wed, 14 Mar 2007 10:39:58 +0000 Subject: [PATCH] build 2.8.2 html and htb docs on windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/script/makedocs.vc | 19 +++++++++++++++++++ build/script/win_docs.bat | 4 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/build/script/makedocs.vc b/build/script/makedocs.vc index 31146cc..5ffc773 100644 --- a/build/script/makedocs.vc +++ b/build/script/makedocs.vc @@ -49,6 +49,24 @@ allhlp: wxhlp allpdfrtf: pdfrtf allhtb: htb +# cd $(WXDIR)\utils\dialoged\src +# nmake -f makefile.vc htb + cd $(WXDIR)\utils\tex2rtf\docs + nmake -f makefile.vc htb + cd $(WXDIR)\contrib\src\fl + cd $(THISDIR) + cd $(WXDIR)\contrib\src\ogl + nmake -f makedocs.vc htb + cd $(THISDIR) + cd $(WXDIR)\contrib\src\svg + nmake -f makedocs.vc htb + cd $(THISDIR) + cd $(WXDIR)\contrib\src\gizmos + nmake -f makedocs.vc htb + cd $(THISDIR) + cd $(WXDIR)\contrib\src\mmedia + nmake -f makedocs.vc htb + cd $(THISDIR) allhtml: wxhtml # cd $(WXDIR)\utils\dialoged\src @@ -70,6 +88,7 @@ allhtml: wxhtml nmake -f makedocs.vc html cd $(THISDIR) + allhtmlhelp: htmlhelp # cd $(WXDIR)\utils\dialoged\src # nmake -f makefile.vc htmlhelp diff --git a/build/script/win_docs.bat b/build/script/win_docs.bat index 04ab210..0620013 100644 --- a/build/script/win_docs.bat +++ b/build/script/win_docs.bat @@ -1,5 +1,5 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss -SET WXW_VER=2.9.0 +SET WXW_VER=2.8.2 if (%WXW_VER%)==() SET WXW_VER=CVS echo docs building for %WXW_VER% @@ -79,7 +79,9 @@ echo Zipping cd %WXWIN% del %DAILY%\*.zip zip %DAILY%\wxWidgets-%WXW_VER%-CHM.zip docs\htmlhelp\wx.chm utils/tex2rtf/docs/*.chm docs/htmlhelp/*.chm +zip %DAILY%\wxWidgets-%WXW_VER%-HTB.zip docs\htb\*.htb utils/tex2rtf/docs/*.htb zip %DAILY%\wxWidgets-%WXW_VER%-HLP.zip docs\winhelp\wx.hlp docs\winhelp\wx.cnt utils/tex2rtf/docs/*.HLP utils/tex2rtf/docs/*.cnt docs/winhelp/*.hlp docs/winhelp/*.cnt +zip -r %DAILY%\wxWidgets-%WXW_VER%-HTML.zip docs\html\* -x CVS -x *.con -x *.hh* -x *.ref -x *.htx -x *.cn1 -x docs\html\CVS\* cd %DAILY%\ mkdir docs -- 2.7.4