harmoniouscode/build/doc.sh
2008-10-11 16:09:46 -04:00

7 lines
175 B
Bash
Executable File

#!/bin/sh
if [ ! -e ../doc ]; then mkdir ../doc; fi
haxe -cp ../src -xml ../doc/harmoniouscode.xml CommandLineInterface JavaScriptTarget
cd ../doc
haxedoc harmoniouscode.xml