[Pkg-isocodes-devel] [iso-codes] 02/03: Update autotools files
Tobias Quathamer
toddy at moszumanska.debian.org
Wed Jun 11 15:02:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
toddy pushed a commit to branch master
in repository iso-codes.
commit b5dad160b5610003e27935a8bbfdfddbbc259a7c
Author: Tobias Quathamer <toddy at debian.org>
Date: Wed Jun 11 16:58:33 2014 +0200
Update autotools files
---
iso_15924/Makefile.in | 2 +-
iso_3166/Makefile.in | 2 +-
iso_3166_2/Makefile.in | 2 +-
iso_4217/Makefile.in | 2 +-
iso_639/Makefile.in | 2 +-
iso_639_3/Makefile.in | 2 +-
iso_639_5/Makefile.in | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index c70b011..534490f 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -472,7 +472,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index 6693114..0272919 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -472,7 +472,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
diff --git a/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index 3d9b4c7..9bf4dc9 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -472,7 +472,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 43ac868..45f3d11 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -472,7 +472,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 6ebc532..2ddff96 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -474,7 +474,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 213dd8d..4c12e4e 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -472,7 +472,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
diff --git a/iso_639_5/Makefile.in b/iso_639_5/Makefile.in
index 6b265c1..9a5897e 100644
--- a/iso_639_5/Makefile.in
+++ b/iso_639_5/Makefile.in
@@ -472,7 +472,7 @@ check-content:
.PHONY: update-po
update-po:
for pofile in $(pofiles); do \
- $(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+ $(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
msgattrib --no-obsolete tmpfile > $$pofile; \
sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git
More information about the Pkg-isocodes-devel
mailing list