mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
feature: added the Lua 5.1 reference manual from lua 5.1.5 to our restydoc indexes.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user