fredpiston84 / luaforwindows

Automatically exported from code.google.com/p/luaforwindows
0 stars 0 forks source link

LuaDoc incomplete. #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type luadoc_start.bat
2. notice "Bad command or file name"
3.

What is the expected output? What do you see instead?
A series of documentation .html files.

What version of the product are you using? On what operating system?

Please provide any additional information below.
The package was not "installed" from the original MAKE files. 
Luadoc_start.bat is not redistributed along with luadoc.lua.in (which gets 
renamed to luadoc_start.lua in the install process)

Original issue reported on code.google.com by william....@gmail.com on 15 May 2010 at 6:40

GoogleCodeExporter commented 9 years ago
This is true; luadoc_start.lua is provided in %LUA_DEV%\lua.  We need a 
luadoc_start.bat (probably in %LUA_DEV%) and it needs to look like this:

lua "%LUA_DEV%\lua\luadoc_start.lua" %*

steve d.

Original comment by steve.j....@gmail.com on 17 May 2010 at 4:13

GoogleCodeExporter commented 9 years ago
Added to LfW.

Original comment by rpusz...@gmail.com on 18 May 2010 at 6:41