From c8ef012b3a73fbf548379b386ead43779b744562 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 11 Sep 2008 00:50:19 +0000 Subject: Completed first part of UVLDoc --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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: # -- cgit v1.2.3