From c21f57c1ea84b0ae2faa2a97bdab201302a2e6c2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 25 Aug 2015 12:38:24 +0100 Subject: [PATCH] Include lua_util to documentation index. --- doc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 91ada9117..5b5107e65 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 -- 2.39.5