diff options
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 5b5107e65..f24fc2551 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,12 +5,14 @@ LUADOC ?= doxydown/doxydown.pl all: man -man: rspamd.8 rspamc.1 +man: rspamd.8 rspamc.1 rspamadm.1 rspamd.8: rspamd.8.md $(PANDOC) -s -f markdown -t man -o rspamd.8 rspamd.8.md rspamc.1: rspamc.1.md - $(PANDOC) -s -f markdown -t man -o rspamc.1 rspamc.1.md + $(PANDOC) -s -f markdown -t man -o rspamc.1 rspamc.1.md +rspamadm.1: rspamadm.1.md + $(PANDOC) -s -f markdown -t man -o rspamadm.1 rspamadm.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_mimepart lua_logger lua_url \ |