forked from izaya/OC-PsychOS2
point build.sh to the right finddesc
This commit is contained in:
parent
4f3bac551e
commit
b4ee8ed8a6
3
build.sh
3
build.sh
@ -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
|
cat target/version.lua target/init.lua > target/tinit.lua
|
||||||
mv target/tinit.lua target/init.lua
|
mv target/tinit.lua target/init.lua
|
||||||
cp -r service/ lib/ cfg/ target/
|
cp -r service/ lib/ cfg/ target/
|
||||||
#$LUA finddesc.lua $(find module/ -type f) $(find lib/ -type f) > apidoc.md
|
|
||||||
rm target/version.lua
|
rm target/version.lua
|
||||||
rm -r doc/
|
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
|
pandoc doc/apidoc.md --template=template.tex -o doc/apidoc.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user