diff options
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 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 |