X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=c90f11fc9d0bf4279b334b31df61485beb7f927d;hb=95c444c539e787a218c85df1ee95a1a5508b8e84;hp=a9e5e1eb238bd6173ccce4b8de62d99543236f8e;hpb=8c3ee6f9b7e5ab0b4edbf4838c7c1a9ee6d7df5d;p=project%2Fluci.git diff --git a/Makefile b/Makefile index a9e5e1eb2..c90f11fc9 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ gccbuild: for i in $(MODULES); do make -C$$i compile; done luabuild: - for i in $(MODULES); do make -C$$i lua$(LUA_TARGET); done + for i in $(MODULES); do make -C$$i luabuild; done clean: rm -rf docs @@ -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: #