From 9b4ab564387e925a830e24b35dee46621a842f39 Mon Sep 17 00:00:00 2001 From: Renato Maia Date: Tue, 22 Apr 2025 23:33:05 -0300 Subject: docs: ajust case of the programming language name --- docs/creating_a_makefile_that_plays_nice_with_luarocks.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/creating_a_makefile_that_plays_nice_with_luarocks.md b/docs/creating_a_makefile_that_plays_nice_with_luarocks.md index d6d43a6b..6d9ff2af 100644 --- a/docs/creating_a_makefile_that_plays_nice_with_luarocks.md +++ b/docs/creating_a_makefile_that_plays_nice_with_luarocks.md @@ -16,18 +16,18 @@ For building: * `CFLAGS` - flags for the C compiler * `LIBFLAG` - the flags needed for the linker to create shared libraries -* `LUA_LIBDIR` - where to find the lua libraries -* `LUA_BINDIR` - where to find the lua binary -* `LUA_INCDIR` - where to find the lua headers -* `LUALIB` - the name of the lua library. This is not available nor needed on all platforms. -* `LUA` - the name of the lua interpreter +* `LUA_LIBDIR` - where to find the Lua libraries +* `LUA_BINDIR` - where to find the Lua binary +* `LUA_INCDIR` - where to find the Lua headers +* `LUALIB` - the name of the Lua library. This is not available nor needed on all platforms. +* `LUA` - the name of the Lua interpreter For installing: * `PREFIX` - basic installation prefix for the module * `BINDIR` - where to put user callable programs or scripts -* `LIBDIR` - where to put the shared libraries -* `LUADIR` - where to put the lua files +* `LIBDIR` - where to put the shared libraries implementing modules +* `LUADIR` - where to put the Lua scripts implementing modules * `CONFDIR` - where to put your modules configuration Most of these variables point immediately where you'd expect them to, but -- cgit v1.2.3-55-g6feb