X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=Makefile;h=21c88b2db4bea5ef3e2d162fa5ff78dc2c5f014d;hp=ceb80ac249dcd172ff50699fef2888386344ed59;hb=35137845dd427dd4da8ed7a4a8f27adc37ae1b22;hpb=daca626e86ff51e72f6423f3fb69e1a1d16d7c59 diff --git a/Makefile b/Makefile index ceb80ac24..21c88b2db 100644 --- a/Makefile +++ b/Makefile @@ -77,9 +77,8 @@ 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)" +nixiodocs: hostenv + build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "build/makedocs.sh libs/nixio/ nixiodocs" po: host for L in $${LANGUAGE:-$$(find i18n/ -path 'i18n/*/luasrc/i18n/*' -name 'default.*.lua' | \