From: Vsevolod Stakhov Date: Thu, 9 Apr 2015 16:18:17 +0000 (+0100) Subject: More fixes to luadoc makefile. X-Git-Tag: 0.9.0~274 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c73848f7989b6b0e5d9495affea454462ece482;p=rspamd.git More fixes to luadoc makefile. --- 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