From: Vsevolod Stakhov Date: Mon, 23 Sep 2019 08:53:57 +0000 (+0100) Subject: [Minor] Fix doc target X-Git-Tag: 2.0~157 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3402e775367473d4f43fc9b13cd016584b21a575;p=rspamd.git [Minor] Fix doc target --- diff --git a/doc/Makefile b/doc/Makefile index ac2b4dc1d..ab78f3afe 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -36,7 +36,7 @@ lua_clickhouse: $(LLUADOC) < ../lualib/lua_clickhouse.lua > markdown/lua/lua_clickhouse.md lua_selectors: - $(LLUADOC) < ../lualib/lua_selectors.lua > markdown/lua/lua_selectors.md + $(LLUADOC) < ../lualib/lua_selectors/init.lua > markdown/lua/lua_selectors.md rspamd_regexp: ../src/lua/lua_regexp.c $(LUADOC) < ../src/lua/lua_regexp.c > markdown/lua/rspamd_regexp.md