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
This commit is contained in:
parent
4dd2530846
commit
fdf19d289f
@ -49,6 +49,24 @@ allhlp: wxhlp
|
|||||||
allpdfrtf: pdfrtf
|
allpdfrtf: pdfrtf
|
||||||
|
|
||||||
allhtb: htb
|
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
|
allhtml: wxhtml
|
||||||
# cd $(WXDIR)\utils\dialoged\src
|
# cd $(WXDIR)\utils\dialoged\src
|
||||||
@ -70,6 +88,7 @@ allhtml: wxhtml
|
|||||||
nmake -f makedocs.vc html
|
nmake -f makedocs.vc html
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
|
|
||||||
allhtmlhelp: htmlhelp
|
allhtmlhelp: htmlhelp
|
||||||
# cd $(WXDIR)\utils\dialoged\src
|
# cd $(WXDIR)\utils\dialoged\src
|
||||||
# nmake -f makefile.vc htmlhelp
|
# nmake -f makefile.vc htmlhelp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
rem Uncomment the next line to set the version; used also in wxWidgets.iss
|
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
|
if (%WXW_VER%)==() SET WXW_VER=CVS
|
||||||
|
|
||||||
echo docs building for %WXW_VER%
|
echo docs building for %WXW_VER%
|
||||||
@ -79,7 +79,9 @@ echo Zipping
|
|||||||
cd %WXWIN%
|
cd %WXWIN%
|
||||||
del %DAILY%\*.zip
|
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%-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 %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%\
|
cd %DAILY%\
|
||||||
mkdir docs
|
mkdir docs
|
||||||
|
Loading…
Reference in New Issue
Block a user