summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-01-01 18:51:27 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2014-01-01 19:10:20 +0200
commit679e4152ad8c36e54b12450984785492ffa8deb5 (patch)
tree30d8322f8a6131d925ef89c623f72bf0c4b1506e
parent83f2b3c590120a60b5e94fb1a15054ebe0745dbb (diff)
Drop the unnecessary extra directory level
Just like other lingucomponent parts, besides altlinuxhyph is a historical library name that no longer exist. Change-Id: I803c4483633c3c8993d70e0057f0c825b1020ace
-rw-r--r--lingucomponent/Library_hyphen.mk6
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hreg.cxx (renamed from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx)0
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphen.component (renamed from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component)0
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx (renamed from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx)0
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx (renamed from lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx)0
-rwxr-xr-xpostprocess/Rdb_services.mk2
6 files changed, 4 insertions, 4 deletions
diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk
index efb97b1abfdf..2b6ccdf31717 100644
--- a/lingucomponent/Library_hyphen.mk
+++ b/lingucomponent/Library_hyphen.mk
@@ -10,7 +10,7 @@
$(eval $(call gb_Library_Library,hyphen))
-$(eval $(call gb_Library_set_componentfile,hyphen,lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen))
+$(eval $(call gb_Library_set_componentfile,hyphen,lingucomponent/source/hyphenator/hyphen/hyphen))
$(eval $(call gb_Library_set_include,hyphen,\
$$(INCLUDE) \
@@ -41,8 +41,8 @@ $(eval $(call gb_Library_use_externals,hyphen,\
))
$(eval $(call gb_Library_add_exception_objects,hyphen,\
- lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg \
- lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp \
+ lingucomponent/source/hyphenator/hyphen/hreg \
+ lingucomponent/source/hyphenator/hyphen/hyphenimp \
))
# vim: set noet sw=4 ts=4:
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx b/lingucomponent/source/hyphenator/hyphen/hreg.cxx
index e69deab1c5de..e69deab1c5de 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hreg.cxx
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component b/lingucomponent/source/hyphenator/hyphen/hyphen.component
index ea9298e464a0..ea9298e464a0 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component
+++ b/lingucomponent/source/hyphenator/hyphen/hyphen.component
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index 64fe545fcd21..64fe545fcd21 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
index ec984a9044d0..ec984a9044d0 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 7e9568b2facb..cd8e3c92bae4 100755
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -48,7 +48,7 @@ $(eval $(call gb_Rdb_add_components,services,\
hwpfilter/source/hwp \
i18npool/source/search/i18nsearch \
i18npool/util/i18npool \
- lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen \
+ lingucomponent/source/hyphenator/hyphen/hyphen \
lingucomponent/source/languageguessing/guesslang \
lingucomponent/source/spellcheck/spell/spell \
lingucomponent/source/thesaurus/libnth/lnth \