diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:18:17 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:18:17 +0100 |
commit | 3c73848f7989b6b0e5d9495affea454462ece482 (patch) | |
tree | 3fd4b9efd7dba53f5fd76105aba39c75874a64bd /doc/Makefile | |
parent | 732b7268a78d7c6de312df28bb08ed29ff9c8fa0 (diff) | |
download | rspamd-3c73848f7989b6b0e5d9495affea454462ece482.tar.gz rspamd-3c73848f7989b6b0e5d9495affea454462ece482.zip |
More fixes to luadoc makefile.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 7 |
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 |