aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-20 23:49:16 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-07-20 23:49:16 +0100
commitdd34e1ff118bcbe66e2fb9fa4e97be23532eb634 (patch)
tree5b1dbc63381c4fb9a54849d151d65a11fa0857f1 /doc/Makefile
parent2ac61eafc2c702a57bb7252f86777fa4f3eb3ac3 (diff)
downloadrspamd-dd34e1ff118bcbe66e2fb9fa4e97be23532eb634.tar.gz
rspamd-dd34e1ff118bcbe66e2fb9fa4e97be23532eb634.zip
Add lua_mempool documetnation.
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 86f9318ca..729780fdd 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_tcp lua_mempool
lua_regexp: ../src/lua/lua_regexp.c
$(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md
@@ -45,4 +45,6 @@ lua_logger: ../src/lua/lua_logger.c
lua_url: ../src/lua/lua_url.c
$(LUADOC) < ../src/lua/lua_url.c > markdown/lua/url.md
lua_tcp: ../src/lua/lua_tcp.c
- $(LUADOC) < ../src/lua/lua_tcp.c > markdown/lua/tcp.md \ No newline at end of file
+ $(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