]> git.saurik.com Git - wxWidgets.git/commitdiff
build 2.8.2 html and htb docs on windows
authorChris Elliott <biol75@york.ac.uk>
Wed, 14 Mar 2007 10:39:58 +0000 (10:39 +0000)
committerChris Elliott <biol75@york.ac.uk>
Wed, 14 Mar 2007 10:39:58 +0000 (10:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/script/makedocs.vc
build/script/win_docs.bat

index 31146cc127ce61080c6b6a9f637451cae20b16dc..5ffc7737c33cd8d1e5347efee8a052af1efb8853 100644 (file)
@@ -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
index 04ab210333a2d21ff732de34f4c0a8cbf5d340cc..06200138a9cd5a8de0727670da0204083ed43d24 100644 (file)
@@ -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