diff options
author | Andras Bartek <barteka13@gmail.com> | 2012-09-06 21:11:23 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-06 21:15:02 +0200 |
commit | 4ced2d99db7ac1be3af8c114757abf3caae1b555 (patch) | |
tree | d803a6db8c827d206b595ca9430ed5821e8a07dc /l10ntools/StaticLibrary_transex.mk | |
parent | 23cd24bd4d4df9247f8f0496f9934a2ce6d110dd (diff) |
fdo#52246 let helpex use gsicheck's tag checker
So the build will not break on translations errors in help.
English segment will be used, when the localized segment
has fatal error in it, e.g. a tag error that results in
invalid xml.
Change-Id: I8a74649d1f00f6379a7244f2582d27b8a437cd2f
Diffstat (limited to 'l10ntools/StaticLibrary_transex.mk')
-rw-r--r-- | l10ntools/StaticLibrary_transex.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/StaticLibrary_transex.mk b/l10ntools/StaticLibrary_transex.mk index e8c84b7d3662..f9dd1650d591 100644 --- a/l10ntools/StaticLibrary_transex.mk +++ b/l10ntools/StaticLibrary_transex.mk @@ -37,6 +37,8 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,transex,\ l10ntools/source/merge \ l10ntools/source/file \ l10ntools/source/directory \ + l10ntools/source/tagtest \ + l10ntools/source/gsicheck \ )) # vim: set noet sw=4 ts=4: |