summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-11 00:50:19 +0000
committerSteven Barth <steven@midlink.org>2008-09-11 00:50:19 +0000
commitc8ef012b3a73fbf548379b386ead43779b744562 (patch)
tree450f33b50c53e91283489826c43ef5350c9c1fba /Makefile
parentef8f835894953259e17a2f59b00e7e8173598a06 (diff)
Completed first part of UVLDoc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 558ee352b..c90f11fc9 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,10 @@ hostclean: clean
apidocs: hostenv
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "build/makedocs.sh host/luci/ docs"
+uvldocs: hostenv
+ build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) \
+ "build/uvldoc $(realpath host) $(UVL_SCHEMEDIR) uvldocs $(DOCS)"
+
run:
# make run is deprecated #
# Please use: #