From b3f8edc14c828c33b6fd9a08931795b9eea105f9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 15 Apr 2015 17:55:16 +0100 Subject: [PATCH] Fix makefile. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3