feature: added the Lua 5.1 reference manual from lua 5.1.5 to our restydoc indexes.

This commit is contained in:
Yichun Zhang (agentzh) 2016-06-29 13:05:36 -07:00
parent e9c8fb30f2
commit 2369d00d46
2 changed files with 5881 additions and 0 deletions

5878
doc/lua-5.1.5/README.pod Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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