summaryrefslogtreecommitdiff
path: root/i18npool/Library_localedata_es.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/Library_localedata_es.mk
parent1140c380ad15648def3fc7a71d735a46ed4289d9 (diff)
i18npool: use CustomTarget_*.mk makefiles
Also done lot of simplification and modernization.
Diffstat (limited to 'i18npool/Library_localedata_es.mk')
-rw-r--r--i18npool/Library_localedata_es.mk40
1 files changed, 20 insertions, 20 deletions
diff --git a/i18npool/Library_localedata_es.mk b/i18npool/Library_localedata_es.mk
index a15db63cf167..29d1bb7cfa1d 100644
--- a/i18npool/Library_localedata_es.mk
+++ b/i18npool/Library_localedata_es.mk
@@ -34,26 +34,26 @@ $(eval $(call gb_Library_add_linked_libs,localedata_es,\
))
$(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\
- CustomTarget/i18npool/source/localedata/localedata_es_AR \
- CustomTarget/i18npool/source/localedata/localedata_es_BO \
- CustomTarget/i18npool/source/localedata/localedata_es_CL \
- CustomTarget/i18npool/source/localedata/localedata_es_CO \
- CustomTarget/i18npool/source/localedata/localedata_es_CR \
- CustomTarget/i18npool/source/localedata/localedata_es_DO \
- CustomTarget/i18npool/source/localedata/localedata_es_EC \
- CustomTarget/i18npool/source/localedata/localedata_es_ES \
- CustomTarget/i18npool/source/localedata/localedata_es_GT \
- CustomTarget/i18npool/source/localedata/localedata_es_HN \
- CustomTarget/i18npool/source/localedata/localedata_es_MX \
- CustomTarget/i18npool/source/localedata/localedata_es_NI \
- CustomTarget/i18npool/source/localedata/localedata_es_PA \
- CustomTarget/i18npool/source/localedata/localedata_es_PE \
- CustomTarget/i18npool/source/localedata/localedata_es_PR \
- CustomTarget/i18npool/source/localedata/localedata_es_PY \
- CustomTarget/i18npool/source/localedata/localedata_es_SV \
- CustomTarget/i18npool/source/localedata/localedata_es_UY \
- CustomTarget/i18npool/source/localedata/localedata_es_VE \
- CustomTarget/i18npool/source/localedata/localedata_gl_ES \
+ CustomTarget/i18npool/localedata/localedata_es_AR \
+ CustomTarget/i18npool/localedata/localedata_es_BO \
+ CustomTarget/i18npool/localedata/localedata_es_CL \
+ CustomTarget/i18npool/localedata/localedata_es_CO \
+ CustomTarget/i18npool/localedata/localedata_es_CR \
+ CustomTarget/i18npool/localedata/localedata_es_DO \
+ CustomTarget/i18npool/localedata/localedata_es_EC \
+ CustomTarget/i18npool/localedata/localedata_es_ES \
+ CustomTarget/i18npool/localedata/localedata_es_GT \
+ CustomTarget/i18npool/localedata/localedata_es_HN \
+ CustomTarget/i18npool/localedata/localedata_es_MX \
+ CustomTarget/i18npool/localedata/localedata_es_NI \
+ CustomTarget/i18npool/localedata/localedata_es_PA \
+ CustomTarget/i18npool/localedata/localedata_es_PE \
+ CustomTarget/i18npool/localedata/localedata_es_PR \
+ CustomTarget/i18npool/localedata/localedata_es_PY \
+ CustomTarget/i18npool/localedata/localedata_es_SV \
+ CustomTarget/i18npool/localedata/localedata_es_UY \
+ CustomTarget/i18npool/localedata/localedata_es_VE \
+ CustomTarget/i18npool/localedata/localedata_gl_ES \
))
# vim: set noet sw=4 ts=4: