浏览代码

added doc generation.

Nicolas Cannasse 19 年之前
父节点
当前提交
fa661f68bc
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      doc/MakeRelease.bat

+ 9 - 0
doc/MakeRelease.bat

@@ -1,10 +1,19 @@
 @echo off
 @echo off
 rm -rf haxe-release
 rm -rf haxe-release
 mkdir haxe-release
 mkdir haxe-release
+mkdir haxe-release\doc
 cp ../haxe.exe ../haxesetup.exe CHANGES.txt LICENSE.txt haxeserver.bat haxe-release
 cp ../haxe.exe ../haxesetup.exe CHANGES.txt LICENSE.txt haxeserver.bat haxe-release
 cp -R ../std haxe-release
 cp -R ../std haxe-release
 
 
 cd haxe-release\std
 cd haxe-release\std
+
+haxe all.hxml
+cd tools
+haxe docview.hxml
+neko docview ../flash.xml ../neko.xml ../js.xml
+mv index.html content ../../doc
+cd ..
+
 rm -rf CVS .cvsignore */CVS */.cvsignore */*/CVS */*/.cvsignore */*/*/CVS */*/*/.cvsignore
 rm -rf CVS .cvsignore */CVS */.cvsignore */*/CVS */*/.cvsignore */*/*/CVS */*/*/.cvsignore
 rm -rf all.n all.js all.swf *.xml tools/docview.n tools/index.html tools/content
 rm -rf all.n all.js all.swf *.xml tools/docview.n tools/index.html tools/content