summaryrefslogtreecommitdiffhomepage
path: root/build/config.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-19 02:50:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-19 02:50:52 +0000
commit4274b69a125dfbb49aff57920bd8d5511e8219f7 (patch)
tree632bfd132e571f11c40cbc33ccc6da9a21677aac /build/config.mk
parentde7842fdd3beaa694cc0cba2275962ab11f1e07b (diff)
build: also prepare i18n directories
Diffstat (limited to 'build/config.mk')
-rw-r--r--build/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config.mk b/build/config.mk
index bac250d72..31279ba7d 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -7,10 +7,10 @@ LUA_LIBRARYDIR = /usr/lib/lua
LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci
LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci
+LUCI_I18NDIR = $(LUA_MODULEDIR)/luci/i18n
UVL_SCHEMEDIR = host/lib/uci/schema
HTDOCS = /www
LUA=$(shell which lua)
-XSLTPROC=$(shell which xsltproc)