From 5c6e7257f828ee482f9f0154390646b8e049f466 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 23 Jul 2015 15:18:54 +0100 Subject: Implement lua_html methods. --- doc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 729780fdd..91ada9117 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_tcp lua_mempool lua_html lua_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md @@ -47,4 +47,6 @@ lua_url: ../src/lua/lua_url.c lua_tcp: ../src/lua/lua_tcp.c $(LUADOC) < ../src/lua/lua_tcp.c > markdown/lua/tcp.md lua_mempool: ../src/lua/lua_mempool.c - $(LUADOC) < ../src/lua/lua_mempool.c > markdown/lua/mempool.md \ No newline at end of file + $(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 -- cgit v1.2.3