From: Vsevolod Stakhov Date: Tue, 25 Aug 2015 11:38:24 +0000 (+0100) Subject: Include lua_util to documentation index. X-Git-Tag: 1.0.0~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c21f57c1ea84b0ae2faa2a97bdab201302a2e6c2;p=thirdparty%2Frspamd.git Include lua_util to documentation index. --- diff --git a/doc/Makefile b/doc/Makefile index 91ada91172..5b5107e65b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,7 +14,7 @@ rspamc.1: rspamc.1.md lua-doc: lua_regexp lua_ip lua_config lua_task lua_ucl lua_http lua_trie \ lua_dns lua_redis lua_upstream lua_expression lua_mimepart lua_logger lua_url \ - lua_tcp lua_mempool lua_html + lua_tcp lua_mempool lua_html lua_util lua_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md @@ -49,4 +49,6 @@ lua_tcp: ../src/lua/lua_tcp.c lua_mempool: ../src/lua/lua_mempool.c $(LUADOC) < ../src/lua/lua_mempool.c > markdown/lua/mempool.md lua_html: ../src/lua/lua_html.c - $(LUADOC) < ../src/lua/lua_html.c > markdown/lua/html.md \ No newline at end of file + $(LUADOC) < ../src/lua/lua_html.c > markdown/lua/html.md +lua_util: ../src/lua/lua_util.c + $(LUADOC) < ../src/lua/lua_util.c > markdown/lua/util.md \ No newline at end of file