From: Jo-Philipp Wich Date: Wed, 16 Feb 2011 20:14:25 +0000 (+0000) Subject: build: add nixiodocs make target, remove uvldocs target X-Git-Tag: 0.11.0~2245 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=71f54f529f198ca777c98eb13c58ed4a6db5fc1f build: add nixiodocs make target, remove uvldocs target --- diff --git a/Makefile b/Makefile index ceb80ac249..21c88b2db4 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' | \