mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Remove server version of spell checker (#281)
* Remove server version of spell checker * Add changes * Add changes
This commit is contained in:
2
Makefile
2
Makefile
@ -48,7 +48,7 @@ TARGET := $(PLATFORM)_$(ARCHITECTURE)
|
||||
|
||||
OUTPUT = ../build_tools/out/$(TARGET)/onlyoffice/documentserver/server
|
||||
|
||||
SPELLCHECKER_DICTIONARIES := $(OUTPUT)/SpellChecker/dictionaries
|
||||
SPELLCHECKER_DICTIONARIES := $(OUTPUT)/dictionaries
|
||||
SPELLCHECKER_DICTIONARY_FILES += ../dictionaries/*_*
|
||||
|
||||
SCHEMA_DIR = schema
|
||||
|
||||
Reference in New Issue
Block a user