make_doc.sh 153 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/bin/sh rm -rf doc cd game/engines/default/ luadoc --nofiles -d ../../../doc `find ../../../src/ -name 'core*luadoc'` `find engine -name '*lua'` cd -