summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-24 15:20:39 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-29 15:28:24 +0100
commita89f63c5a62c4a02fc248a095f539a099a9c28c5 (patch)
treea784f0e181bdfbe711b535a92c27c1ca751f7314 /po
parent6aa360775a781bee5a2fdd884cbfa33b545fcbb4 (diff)
downloadfreeipa-a89f63c5a62c4a02fc248a095f539a099a9c28c5.tar.gz
freeipa-a89f63c5a62c4a02fc248a095f539a099a9c28c5.tar.xz
freeipa-a89f63c5a62c4a02fc248a095f539a099a9c28c5.zip
Build: properly integrate ipa.pot into build system tests
i18n.py tests indirectly depend on existence on ipa.pot file. https://fedorahosted.org/freeipa/ticket/6498 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.hack.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.hack.in b/po/Makefile.hack.in
index 2f2522be4..90727c460 100644
--- a/po/Makefile.hack.in
+++ b/po/Makefile.hack.in
@@ -26,10 +26,10 @@ clean: mostlyclean
test-gettext: $(DOMAIN).pot
$(IPA_TEST_I18N) --test-gettext
-validate-pot:
+validate-pot: $(DOMAIN).pot
$(IPA_TEST_I18N) --show-strings --validate-pot $(DOMAIN).pot
-validate-po:
+validate-po: $(DOMAIN).pot
$(IPA_TEST_I18N) --show-strings --validate-po $(POFILES)
# forcefully re-generate .pot file and test it