summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lingucomponent/Module_lingucomponent.mk1
-rw-r--r--lingucomponent/Package_config.mk17
-rw-r--r--postprocess/CustomTarget_registry.mk6
3 files changed, 3 insertions, 21 deletions
diff --git a/lingucomponent/Module_lingucomponent.mk b/lingucomponent/Module_lingucomponent.mk
index bddc46db867e..ed9a32548bfb 100644
--- a/lingucomponent/Module_lingucomponent.mk
+++ b/lingucomponent/Module_lingucomponent.mk
@@ -16,7 +16,6 @@ $(eval $(call gb_Module_add_targets,lingucomponent,\
Library_lnth \
$(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \
Library_spell \
- Package_config \
StaticLibrary_ulingu \
))
diff --git a/lingucomponent/Package_config.mk b/lingucomponent/Package_config.mk
deleted file mode 100644
index 7cd657e880b2..000000000000
--- a/lingucomponent/Package_config.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
-#
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,lingucomponent_config,$(SRCDIR)/lingucomponent/config))
-
-$(eval $(call gb_Package_add_file,lingucomponent_config,xml/registry/data/org/openoffice/Office/Linguistic-lingucomponent-hyphenator.xcu,Linguistic-lingucomponent-hyphenator.xcu))
-$(eval $(call gb_Package_add_file,lingucomponent_config,xml/registry/data/org/openoffice/Office/Linguistic-lingucomponent-spellchecker.xcu,Linguistic-lingucomponent-spellchecker.xcu))
-$(eval $(call gb_Package_add_file,lingucomponent_config,xml/registry/data/org/openoffice/Office/Linguistic-lingucomponent-thesaurus.xcu,Linguistic-lingucomponent-thesaurus.xcu))
-
-# vim: set noet sw=4 ts=4:
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index cdb129b69e66..19622d1352bc 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -117,9 +117,9 @@ postprocess_FILES_korea := \
postprocess_DEPS_lingucomponent := main
postprocess_FILES_lingucomponent := \
- $(postprocess_XCU)/Office/Linguistic-lingucomponent-hyphenator.xcu \
- $(postprocess_XCU)/Office/Linguistic-lingucomponent-spellchecker.xcu \
- $(postprocess_XCU)/Office/Linguistic-lingucomponent-thesaurus.xcu \
+ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu \
+ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu \
+ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu \
postprocess_FILES_main := \
$(postprocess_XCS)/FirstStartWizard.xcs \