From adc97730906f71691529eae9a47a90eae931c373 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 9 Oct 2007 16:43:48 -0500 Subject: and a Make.config --- Make.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Make.config b/Make.config index e69de29..7c25fac 100644 --- a/Make.config +++ b/Make.config @@ -0,0 +1,6 @@ +# Path to your Lua C library directory (LUA_CPATH) +LUA_DIR = /usr/local/lib/lua/5.1 + +# Set this to the path of your luadoc executable if you want to regenerate the +# documentation and the luadoc script isn't in your PATH +LUADOC = luadoc -- cgit v1.2.3-54-g00ecf