summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-21 14:46:13 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-21 14:46:13 +0000
commit9a66359e75da95ccac88039d156776d90368641b (patch)
tree28d40fa5ff5c230a9bfc004413f772188413f7d6 /doc/Makefile
parentc2ff857a70752a83e9d19184d140826fbed9f467 (diff)
downloadrspamd-9a66359e75da95ccac88039d156776d90368641b.tar.gz
rspamd-9a66359e75da95ccac88039d156776d90368641b.zip
Add lua_fann module
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index f24fc2551..02b3258f8 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -8,15 +8,15 @@ all: man
man: rspamd.8 rspamc.1 rspamadm.1
rspamd.8: rspamd.8.md
- $(PANDOC) -s -f markdown -t man -o rspamd.8 rspamd.8.md
+ $(PANDOC) -s -f markdown -t man -o rspamd.8 rspamd.8.md
rspamc.1: rspamc.1.md
$(PANDOC) -s -f markdown -t man -o rspamc.1 rspamc.1.md
rspamadm.1: rspamadm.1.md
$(PANDOC) -s -f markdown -t man -o rspamadm.1 rspamadm.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_util
+ lua_tcp lua_mempool lua_html lua_util lua_fann
lua_regexp: ../src/lua/lua_regexp.c
$(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md
@@ -53,4 +53,6 @@ lua_mempool: ../src/lua/lua_mempool.c
lua_html: ../src/lua/lua_html.c
$(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
+ $(LUADOC) < ../src/lua/lua_util.c > markdown/lua/util.md
+lua_fann: ../src/lua/lua_fann.c
+ $(LUADOC) < ../src/lua/lua_fann.c > markdown/lua/fann.md