diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-18 16:10:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-18 16:10:43 +0000 |
commit | 86d02b24f04277f7bd78e075652cd93353507099 (patch) | |
tree | fdf77d78d7c38189333c2751ce33c968b6a96805 /doc/Makefile | |
parent | c4f656fb1889977add1f9b82fae96b5b0dea7f40 (diff) | |
download | rspamd-86d02b24f04277f7bd78e075652cd93353507099.tar.gz rspamd-86d02b24f04277f7bd78e075652cd93353507099.zip |
[Minor] Oops, fix misprint
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 888dc6b4b..6c99a9288 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -38,7 +38,7 @@ lua_clickhouse: lua_selectors: $(LLUADOC) < ../lualib/lua_selectors/init.lua > markdown/lua/lua_selectors.md -lua_clickhouse: +lua_mime: $(LLUADOC) < ../lualib/lua_mime.lua > markdown/lua/lua_mime.md rspamd_regexp: ../src/lua/lua_regexp.c |