From 0ffb3a4a3c9f240036b2dd5b51c39ddcd3f18386 Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Fri, 24 Jun 2016 12:13:29 +0300 Subject: [PATCH] Copy DoctRenderer.config from FileConverter/bin --- Makefile | 1 - package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57ad4a91..c24d2461 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ GRUNT_FILES = Gruntfile.js.out FILE_CONVERTER = $(OUTPUT)/FileConverter/bin FILE_CONVERTER_FILES += ../core/build/lib/linux_64/*.so -FILE_CONVERTER_FILES += ../core/build/lib/DoctRenderer.config FILE_CONVERTER_FILES += ../core/build/bin/icu/linux_64/*.so* FILE_CONVERTER_FILES += ../core/build/bin/linux/x2t FILE_CONVERTER_FILES += ../core/build/bin/linux/icudtl_dat.S diff --git a/package.json b/package.json index 7ab8640e..e7a3ff65 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "./DocService/package.json", "./DocService/public/healthcheck.docx", "./FileConverter/package.json", + "./FileConverter/bin/DoctRenderer.config", "./Metrics/package.json", "./SpellChecker/package.json", "./Common/config/*.json",