diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-23 15:18:54 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-07-23 15:18:54 +0100 |
commit | 5c6e7257f828ee482f9f0154390646b8e049f466 (patch) | |
tree | 233ece67c74c050fdc78eb87b9b27ddccedeb6d5 /doc/Makefile | |
parent | 9849dfadb597e7def4e415ec9aa144071cdd5d1c (diff) | |
download | rspamd-5c6e7257f828ee482f9f0154390646b8e049f466.tar.gz rspamd-5c6e7257f828ee482f9f0154390646b8e049f466.zip |
Implement lua_html methods.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |