build: add nixiodocs make target, remove uvldocs target
This commit is contained in:
parent
45367dab20
commit
71f54f529f
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -77,9 +77,8 @@ hostclean: clean
|
||||||
apidocs: hostenv
|
apidocs: hostenv
|
||||||
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "build/makedocs.sh host/luci/ docs"
|
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "build/makedocs.sh host/luci/ docs"
|
||||||
|
|
||||||
uvldocs: hostenv
|
nixiodocs: hostenv
|
||||||
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) \
|
build/hostenv.sh $(realpath host) $(LUA_MODULEDIR) $(LUA_LIBRARYDIR) "build/makedocs.sh libs/nixio/ nixiodocs"
|
||||||
"build/uvldoc $(realpath host) $(UVL_SCHEMEDIR) uvldocs $(DOCS)"
|
|
||||||
|
|
||||||
po: host
|
po: host
|
||||||
for L in $${LANGUAGE:-$$(find i18n/ -path 'i18n/*/luasrc/i18n/*' -name 'default.*.lua' | \
|
for L in $${LANGUAGE:-$$(find i18n/ -path 'i18n/*/luasrc/i18n/*' -name 'default.*.lua' | \
|
||||||
|
|
Loading…
Reference in a new issue