harmoniouscode/build/doc.sh

7 lines
175 B
Bash
Raw Permalink Normal View History

2008-10-11 20:09:46 +00:00
#!/bin/sh
if [ ! -e ../doc ]; then mkdir ../doc; fi
haxe -cp ../src -xml ../doc/harmoniouscode.xml CommandLineInterface JavaScriptTarget
cd ../doc
haxedoc harmoniouscode.xml