diff options
author | Steven Barth <steven@midlink.org> | 2008-09-11 00:50:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-11 00:50:19 +0000 |
commit | c8ef012b3a73fbf548379b386ead43779b744562 (patch) | |
tree | 450f33b50c53e91283489826c43ef5350c9c1fba /build/config.mk | |
parent | ef8f835894953259e17a2f59b00e7e8173598a06 (diff) |
Completed first part of UVLDoc
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/config.mk b/build/config.mk index 6f54ce591..bac250d72 100644 --- a/build/config.mk +++ b/build/config.mk @@ -8,6 +8,9 @@ LUA_LIBRARYDIR = /usr/lib/lua LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci +UVL_SCHEMEDIR = host/lib/uci/schema + HTDOCS = /www +LUA=$(shell which lua) XSLTPROC=$(shell which xsltproc) |