From 3402e775367473d4f43fc9b13cd016584b21a575 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 23 Sep 2019 09:53:57 +0100 Subject: [PATCH] [Minor] Fix doc target --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5