aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-09 17:18:17 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-09 17:18:17 +0100
commit3c73848f7989b6b0e5d9495affea454462ece482 (patch)
tree3fd4b9efd7dba53f5fd76105aba39c75874a64bd /doc/Makefile
parent732b7268a78d7c6de312df28bb08ed29ff9c8fa0 (diff)
downloadrspamd-3c73848f7989b6b0e5d9495affea454462ece482.tar.gz
rspamd-3c73848f7989b6b0e5d9495affea454462ece482.zip
More fixes to luadoc makefile.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index a083747d9..cf5e0345c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -12,7 +12,8 @@ rspamd.8: rspamd.8.md
rspamc.1: rspamc.1.md
$(PANDOC) -s -f markdown -t man -o rspamc.1 rspamc.1.md
-lua-doc: lua_regexp lua_ip lua_config lua_task lua_ucl
+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_regexp: ../src/lua/lua_regexp.c
$(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md
@@ -33,4 +34,6 @@ lua_dns: ../src/lua/lua_dns.c
lua_redis: ../src/lua/lua_redis.c
$(LUADOC) < ../src/lua/lua_redis.c > markdown/lua/redis.md
lua_upstream: ../src/lua/lua_upstream.c
- $(LUADOC) < ../src/lua/lua_upstream.c > markdown/lua/upstream.md \ No newline at end of file
+ $(LUADOC) < ../src/lua/lua_upstream.c > markdown/lua/upstream.md
+lua_expression: ../src/lua/lua_expression.c
+ $(LUADOC) < ../src/lua/lua_expression.c > markdown/lua/expression.md \ No newline at end of file