diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-15 17:55:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-15 17:55:16 +0100 |
commit | b3f8edc14c828c33b6fd9a08931795b9eea105f9 (patch) | |
tree | 48a4a8b93bd85cbeaf24c1fc63881bb3546a5135 | |
parent | 6d54321eb9fb0a45026fc4d343355993fa288946 (diff) | |
download | rspamd-b3f8edc14c828c33b6fd9a08931795b9eea105f9.tar.gz rspamd-b3f8edc14c828c33b6fd9a08931795b9eea105f9.zip |
Fix makefile.
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index fb32b374b..1106e7bb2 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_mimepart lua_logger + lua_dns lua_redis lua_upstream lua_expression lua_mimepart lua_logger lua_url lua_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/regexp.md |