diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-16 20:14:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-16 20:14:25 +0000 |
commit | 71f54f529f198ca777c98eb13c58ed4a6db5fc1f (patch) | |
tree | 83e7951481a78eb913c7ca5379fc9cf931501425 /Makefile | |
parent | 45367dab207323ca09dff6f628df3b89d35f888d (diff) |
build: add nixiodocs make target, remove uvldocs target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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' | \ |