point build.sh to the right finddesc

This commit is contained in:
Izaya 2020-05-12 12:04:47 +10:00
parent 4f3bac551e
commit b4ee8ed8a6
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ echo _OSVERSION=\"PsychOS 2.0a2-$(git rev-parse --short HEAD)\" > target/version
cat target/version.lua target/init.lua > target/tinit.lua
mv target/tinit.lua target/init.lua
cp -r service/ lib/ cfg/ target/
#$LUA finddesc.lua $(find module/ -type f) $(find lib/ -type f) > apidoc.md
rm target/version.lua
rm -r doc/
$LUA finddesc2.lua doc/ $(find lib/ module/ -type f|sort)
$LUA finddesc.lua doc/ $(find lib/ module/ -type f|sort)
pandoc doc/apidoc.md --template=template.tex -o doc/apidoc.pdf