lingucomponent: kill Package_config.mk

Change-Id: I5c97347cfaefb23cd985b7776a83337856e4d55c
This commit is contained in:
Matúš Kukan
2013-09-26 18:16:51 +02:00
parent 04496cb869
commit 386a382e62
3 changed files with 3 additions and 21 deletions

View File

@@ -16,7 +16,6 @@ $(eval $(call gb_Module_add_targets,lingucomponent,\
Library_lnth \ Library_lnth \
$(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \ $(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \
Library_spell \ Library_spell \
Package_config \
StaticLibrary_ulingu \ StaticLibrary_ulingu \
)) ))

View File

@@ -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:

View File

@@ -117,9 +117,9 @@ postprocess_FILES_korea := \
postprocess_DEPS_lingucomponent := main postprocess_DEPS_lingucomponent := main
postprocess_FILES_lingucomponent := \ postprocess_FILES_lingucomponent := \
$(postprocess_XCU)/Office/Linguistic-lingucomponent-hyphenator.xcu \ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu \
$(postprocess_XCU)/Office/Linguistic-lingucomponent-spellchecker.xcu \ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-spellchecker.xcu \
$(postprocess_XCU)/Office/Linguistic-lingucomponent-thesaurus.xcu \ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-thesaurus.xcu \
postprocess_FILES_main := \ postprocess_FILES_main := \
$(postprocess_XCS)/FirstStartWizard.xcs \ $(postprocess_XCS)/FirstStartWizard.xcs \