summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files 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