From: Vsevolod Stakhov Date: Wed, 15 Apr 2015 16:55:16 +0000 (+0100) Subject: Fix makefile. X-Git-Tag: 0.9.0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f8edc14c828c33b6fd9a08931795b9eea105f9;p=thirdparty%2Frspamd.git Fix makefile. --- diff --git a/doc/Makefile b/doc/Makefile index fb32b374b7..1106e7bb25 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