summaryrefslogtreecommitdiff
path: root/i18npool/Module_i18npool.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-17 01:11:18 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-24 22:39:53 +0100
commit15bd35e4f2646ef0bba0cc24d171989c9e3ac6e4 (patch)
treef3a0c4af9a25ecafdaca456c994c436df83b7c6f /i18npool/Module_i18npool.mk
parent1140c380ad15648def3fc7a71d735a46ed4289d9 (diff)
i18npool: use CustomTarget_*.mk makefiles
Also done lot of simplification and modernization.
Diffstat (limited to 'i18npool/Module_i18npool.mk')
-rw-r--r--i18npool/Module_i18npool.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk
index 3a90cef00e3c..a2aee88ebcdd 100644
--- a/i18npool/Module_i18npool.mk
+++ b/i18npool/Module_i18npool.mk
@@ -29,6 +29,11 @@
$(eval $(call gb_Module_Module,i18npool))
$(eval $(call gb_Module_add_targets,i18npool,\
+ CustomTarget_breakiterator \
+ CustomTarget_collator \
+ CustomTarget_indexentry \
+ CustomTarget_localedata \
+ CustomTarget_textconversion \
Library_collator_data \
Library_dict_ja \
Library_dict_zh \
@@ -41,7 +46,6 @@ $(eval $(call gb_Module_add_targets,i18npool,\
Library_localedata_euro \
Library_localedata_others \
Library_textconv_dict \
- Package_generated \
Package_inc \
Package_xml \
))