make_doc.sh 79 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/bin/sh cd game luadoc --nofiles -d ../doc `find engine -name '*lua'` cd ..