builtin references are now .lua files for better LuaRocks integration

This commit is contained in:
steve donovan 2012-03-19 15:04:16 +02:00
parent f9a778e33a
commit abd89a1ab8
12 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
--
-- C/C++ support for Lua extensions is provided.
--
-- Available from LuaRocks as 'ldoc' and as a [Zip file](http://stevedonovan.github.com/files/ldoc-1.1.0.zip)
-- Available from LuaRocks as 'ldoc' and as a [Zip file](http://stevedonovan.github.com/files/ldoc-1.2.0.zip)
--
-- [Github Page](https://github.com/stevedonovan/ldoc)
--
@ -206,7 +206,7 @@ local config_dir
local ldoc_dir = arg[0]:gsub('[^/\\]+$','')
local doc_path = ldoc_dir..'/ldoc/builtin/?.luadoc'
local doc_path = ldoc_dir..'/ldoc/builtin/?.lua'
-- ldoc -m is expecting a Lua package; this converts this to a file path