From 2bac40a8a66f493a493b327e570ff4924956b11b Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Wed, 5 Sep 2007 09:00:09 -0500 Subject: split some variables out into Make.config --- Make.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Make.config (limited to 'Make.config') diff --git a/Make.config b/Make.config new file mode 100644 index 0000000..da14798 --- /dev/null +++ b/Make.config @@ -0,0 +1,6 @@ +# Path to your Lua library directory (LUA_PATH) +LUA_DIR = /usr/local/share/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