mirror of
https://github.com/openresty/openresty
synced 2025-02-18 18:09:35 +01:00
feature: added the Lua 5.1 reference manual from lua 5.1.5 to our restydoc indexes.
This commit is contained in:
parent
e9c8fb30f2
commit
2369d00d46
5878
doc/lua-5.1.5/README.pod
Normal file
5878
doc/lua-5.1.5/README.pod
Normal file
File diff suppressed because it is too large
Load Diff
@ -755,6 +755,9 @@ cd $curdir
|
||||
echo "restydoc-index $root/work/nginx.org"
|
||||
$restydoc_index --outdir bundle $root/work/nginx.org || exit 1
|
||||
|
||||
echo "restydoc-index $root/doc/lua-5.1.5"
|
||||
$restydoc_index --outdir bundle $root/doc/lua-5.1.5 || exit 1
|
||||
|
||||
# generate restydoc index from openresty docs
|
||||
|
||||
for indir in bundle/*/; do
|
||||
|
Loading…
Reference in New Issue
Block a user