mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 03:45:33 +00:00
Set openmwluadocumentor version for luadoc generation in 0.48
This commit is contained in:
parent
0a593c4741
commit
8359d8808a
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
parse_cmake
|
parse_cmake
|
||||||
sphinx==1.8.5
|
sphinx==1.8.5
|
||||||
docutils==0.17.1
|
docutils==0.17.1
|
||||||
|
jinja2==3.0.0
|
||||||
|
|
|
@ -44,6 +44,7 @@ if [ -f /.dockerenv ]; then
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
|
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
|
||||||
cd openmw-luadocumentor/luarocks
|
cd openmw-luadocumentor/luarocks
|
||||||
|
git checkout 156b1ad3597c739e51f537afe08d8d7ad1e95671
|
||||||
luarocks --local pack openmwluadocumentor-0.1.1-1.rockspec
|
luarocks --local pack openmwluadocumentor-0.1.1-1.rockspec
|
||||||
luarocks --local install openmwluadocumentor-0.1.1-1.src.rock
|
luarocks --local install openmwluadocumentor-0.1.1-1.src.rock
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue