From 3c73848f7989b6b0e5d9495affea454462ece482 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 9 Apr 2015 17:18:17 +0100 Subject: [PATCH] More fixes to luadoc makefile. --- doc/Makefile | 7 +++++-- 1 file 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 -- 2.39.5