|
@@ -2,6 +2,7 @@
|
|
|
rm -rf haxe-release
|
|
|
mkdir haxe-release
|
|
|
mkdir haxe-release\doc
|
|
|
+
|
|
|
cp ../haxe.exe ../haxesetup.exe CHANGES.txt LICENSE.txt haxeserver.bat haxe-release
|
|
|
cp -R ../std haxe-release
|
|
|
|
|
@@ -10,12 +11,13 @@ cd haxe-release\std
|
|
|
haxe all.hxml
|
|
|
cd tools
|
|
|
haxe docview.hxml
|
|
|
-neko docview ../flash.xml ../neko.xml ../js.xml
|
|
|
+haxedoc ../flash.xml ../neko.xml ../js.xml
|
|
|
mv index.html content ../../doc
|
|
|
+mv haxedoc.exe ../..
|
|
|
cd ..
|
|
|
|
|
|
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/haxedoc.n tools/index.html tools/content tools/haxedoc.exe
|
|
|
|
|
|
cd ..\..\..\..\neko\bin
|
|
|
cp gc.dll neko.dll neko.exe nekoc.exe nekotools.exe *.ndll ../../haxe/doc/haxe-release
|