diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-01 18:51:27 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-01 19:10:20 +0200 |
commit | 679e4152ad8c36e54b12450984785492ffa8deb5 (patch) | |
tree | 30d8322f8a6131d925ef89c623f72bf0c4b1506e /lingucomponent | |
parent | 83f2b3c590120a60b5e94fb1a15054ebe0745dbb (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
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_hyphen.mk | 6 | ||||
-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 |
5 files changed, 3 insertions, 3 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 |