Browse Source

platforms

Nicolas Cannasse 19 years ago
parent
commit
d119984a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/MakeRelease.bat

+ 1 - 1
doc/MakeRelease.bat

@@ -15,7 +15,7 @@ rem ---------- BUILD TOOLS -----------
 
 cd haxedoc
 haxe haxedoc.hxml
-haxedoc ../../flash.xml ../../neko.xml ../../js.xml
+haxedoc ../../flash.xml;flash ../../neko.xml;neko ../../js.xml;js
 mv index.html content ../../../doc
 mv haxedoc.exe ../../..
 cd ..