[beast] PO: fixed missing srcdir in po file checks
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] PO: fixed missing srcdir in po file checks
- Date: Sat, 9 Apr 2011 00:27:00 +0000 (UTC)
commit 6088a364eb2e8f0d0048e6af4b2b8af9d29e8be3
Author: Tim Janik <timj gtk org>
Date: Fri Apr 8 18:13:19 2011 +0200
PO: fixed missing srcdir in po file checks
po/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/Makefile.am b/po/Makefile.am
index c49a242..122ba24 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -112,7 +112,7 @@ check-local: check-scm-strings
check-scm-strings:
@echo "Check po files missing translation strings..."
@for lang in $(TRANSLATIONS); do \
- file=$$lang.po ; \
+ file=$(srcdir)/$$lang.po ; \
echo $(ECHO_N) " $$lang.po: " ; \
for pattern in $(CHECK_SCM_PATS) ; do \
grep -Fq $$pattern $$file || { \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]