mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Fix build error
This commit is contained in:
2
Makefile
2
Makefile
@ -81,7 +81,7 @@ WELCOME_FILES = $(WELCOME_DIR)/**
|
||||
WELCOME = $(OUTPUT)/$(WELCOME_DIR)/
|
||||
|
||||
CORE_FONTS_DIR = core-fonts
|
||||
CORE_FONTS_FILES = $(CORE_FONTS_DIR)/**
|
||||
CORE_FONTS_FILES = ../$(CORE_FONTS_DIR)/**
|
||||
CORE_FONTS = $(OUTPUT)/$(CORE_FONTS_DIR)/
|
||||
|
||||
.PHONY: all clean install uninstall build-date htmlfileinternal docbuilder
|
||||
|
||||
Reference in New Issue
Block a user