X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=Makefile;h=a9e5e1eb238bd6173ccce4b8de62d99543236f8e;hp=12c1d89e0966e19e51480b1d2f15a92db16b528d;hb=8c3ee6f9b7e5ab0b4edbf4838c7c1a9ee6d7df5d;hpb=5b43543226fa29dc7d899e9fc82f0179aefcb56b diff --git a/Makefile b/Makefile index 12c1d89e0..a9e5e1eb2 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ luabuild: for i in $(MODULES); do make -C$$i lua$(LUA_TARGET); done clean: + rm -rf docs for i in $(MODULES); do make -C$$i clean; done @@ -58,6 +59,9 @@ runshell: hostenv hostclean: clean rm -rf host +apidocs: hostenv + build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "build/makedocs.sh host/luci/ docs" + run: # make run is deprecated # # Please use: #