diff options
author | Steven Barth <steven@midlink.org> | 2008-08-15 15:50:43 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-15 15:50:43 +0000 |
commit | 5941f334ff118be916468101c7994a92e86cf0c2 (patch) | |
tree | 0c5224e86f865121661d1b6f13ec06c914890b98 /build/config.mk | |
parent | 95e4976968621071b16db0ee626474f36bf91d1f (diff) |
Added XML -> Lua translation transform target to Makefiles
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/config.mk b/build/config.mk index 5a8f22f89..6f54ce591 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,6 +1,6 @@ LUAC = luac LUAC_OPTIONS = -s -LUA_TARGET = source +LUA_TARGET ?= source LUA_MODULEDIR = /usr/lib/lua LUA_LIBRARYDIR = /usr/lib/lua @@ -10,3 +10,4 @@ LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci HTDOCS = /www +XSLTPROC=$(shell which xsltproc) |