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 /Makefile | |
parent | ef8f835894953259e17a2f59b00e7e8173598a06 (diff) |
Completed first part of UVLDoc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: # |