diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 18:13:27 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 18:13:27 +0100 |
commit | 6707b2c47767f34949066f8fa363499aa9123a3f (patch) | |
tree | 33577bd36bd6d14119d0f2f799c3aa91a7800ec8 /doc/Makefile | |
parent | 5fdbfd201f46670dd7f1957b54b217f4af9eb300 (diff) | |
download | rspamd-6707b2c47767f34949066f8fa363499aa9123a3f.tar.gz rspamd-6707b2c47767f34949066f8fa363499aa9123a3f.zip |
Fix documentation targets.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index cf5e0345c..ef7b29081 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,7 +13,7 @@ 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_http lua_trie \ - lua_dns lua_redis lua_upstream lua_expression + lua_dns lua_redis lua_upstream lua_expression lua_mimepart lua_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md @@ -36,4 +36,6 @@ lua_redis: ../src/lua/lua_redis.c lua_upstream: ../src/lua/lua_upstream.c $(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 + $(LUADOC) < ../src/lua/lua_expression.c > markdown/lua/expression.md +lua_mimepart: ../src/lua/lua_mimepart.c + $(LUADOC) < ../src/lua/lua_mimepart.c > markdown/lua/mimepart.md
\ No newline at end of file |