------
FILES:
------
README		# this file
lua-5.2/	# lua-5.2.0
	mk will create:
	/$objtype/bin/lua
	/$objtype/bin/luac
	/$objtype/lib/ape/liblua.a
	the package path includes:
	/usr/local/share/lua/5.2
	/usr/local/lib/lua/5.2
	look lua.conf for details
9lua-5.2/	# lua-5.2.0 with plan9 extension
	mk will create:
	/usr/local/bin/$objtype/lua
	/usr/local/bin/$objtype/luac
	/usr/local/lib/$objtype/liblua.a
	the package path includes:
	/usr/local/share/lua/5.2
	/usr/local/lib/lua/5.2
	look lua.conf for details
app-5.2/	# lua appls (includes webdav ptt etc)
lib-5.2/	# lua lib for that appls

to install just execute install
then lua-5.2, 9lua-5.2 and their libraries will be installed.

app-5.2 is not installed automatically.
they should be installed if you need them.
