mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 09:55:11 +08:00
[make] Fix dir name
This commit is contained in:
committed by
Sergey Konovalov
parent
04361bb99d
commit
da5572ed4c
2
Makefile
2
Makefile
@ -78,7 +78,7 @@ CORE_FONTS_DIR = core-fonts
|
||||
CORE_FONTS_FILES = ../$(CORE_FONTS_DIR)/**
|
||||
CORE_FONTS = $(OUTPUT)/../$(CORE_FONTS_DIR)/
|
||||
|
||||
DOCUMENT_TEMPLATES_DIR = core-fonts
|
||||
DOCUMENT_TEMPLATES_DIR = document-templates
|
||||
DOCUMENT_TEMPLATES_FILES = ../$(DOCUMENT_TEMPLATES_DIR)/**
|
||||
DOCUMENT_TEMPLATES = $(OUTPUT)/../$(DOCUMENT_TEMPLATES_DIR)/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user