diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-23 09:53:57 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-23 09:53:57 +0100 |
commit | 3402e775367473d4f43fc9b13cd016584b21a575 (patch) | |
tree | c2e8b416b770b2f955139aec0dd766b8db56fc9a /doc | |
parent | 2ce540685876ad369fcd3f0f63062f84856e4140 (diff) | |
download | rspamd-3402e775367473d4f43fc9b13cd016584b21a575.tar.gz rspamd-3402e775367473d4f43fc9b13cd016584b21a575.zip |
[Minor] Fix doc target
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |