diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-09-26 18:16:51 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-02 22:07:17 +0200 |
commit | 386a382e6263e573a483482a70184d61bdf6b02c (patch) | |
tree | f1cf928d18a88f212d556ddefdc2f4a2880c6e37 | |
parent | 04496cb8697d7b68d4705148efaa7cf7d908a852 (diff) |
lingucomponent: kill Package_config.mk
Change-Id: I5c97347cfaefb23cd985b7776a83337856e4d55c
-rw-r--r-- | lingucomponent/Module_lingucomponent.mk | 1 | ||||
-rw-r--r-- | lingucomponent/Package_config.mk | 17 | ||||
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 6 |
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 \ |