diff options
author | Andras Timar <atimar@suse.com> | 2013-02-08 22:29:35 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-08 22:31:16 +0100 |
commit | a4547696d272588374fd391233626df986275870 (patch) | |
tree | 3728df393d293765aa86762f781c3c8af945110d /extras | |
parent | 63ca871bf8f14e0450e5da0dbcfa3ee5d48f1604 (diff) |
fdo#50827 move language dependent wordlists to the appropriate dict pack
Change-Id: Ie60051b65834cdfc748d12a71089a683f3108335
Diffstat (limited to 'extras')
-rw-r--r-- | extras/Module_extras.mk | 2 | ||||
-rw-r--r-- | extras/Package_wordbook.mk (renamed from extras/Zip_wordbook.mk) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk index 31659809c22e..d3f6e0778967 100644 --- a/extras/Module_extras.mk +++ b/extras/Module_extras.mk @@ -14,6 +14,7 @@ $(eval $(call gb_Module_add_targets,extras,\ CustomTarget_autocorr \ Package_fonts \ Package_newfiles \ + Package_wordbook \ Zip_autocorr \ Zip_autotextuser \ Zip_cfgsrvbitmapunx \ @@ -38,7 +39,6 @@ $(eval $(call gb_Module_add_targets,extras,\ Zip_tplwizletter \ Zip_tplwizreport \ Zip_tplwizstyles \ - Zip_wordbook \ )) ifeq ($(WITH_EXTRA_EXTENSIONS),YES) diff --git a/extras/Zip_wordbook.mk b/extras/Package_wordbook.mk index 76416657e79b..dc79fa85857a 100644 --- a/extras/Zip_wordbook.mk +++ b/extras/Package_wordbook.mk @@ -7,9 +7,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Zip_Zip,wordbook,$(SRCDIR)/extras/source/wordbook)) +$(eval $(call gb_Package_Package,extras_wordbook,$(SRCDIR)/extras/source/wordbook)) -$(eval $(call gb_Zip_add_files,wordbook,\ +$(eval $(call gb_Package_add_files,extras_wordbook,pck,\ en-GB.dic \ en-US.dic \ sl.dic \ |