[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. iso-codes/3.6-11-g081b269

Tobias Quathamer toddy at debian.org
Mon Feb 2 16:37:37 UTC 2009


The following commit has been merged in the master branch:
commit 081b269cb0dee94b9471174e48688ac32eebe211
Author: Tobias Quathamer <toddy at debian.org>
Date:   Mon Feb 2 17:37:34 2009 +0100

    Update automatically generated files

diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index 3e61054..03ae4d6 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -340,15 +340,7 @@ check-local: check-content
 
 .PHONY: check-content
 check-content:
-	@grep "Content-Type" *po | grep -v "UTF-8" && touch found-non-utf.stamp || true
-	@if [ -e found-non-utf.stamp ]; then \
-		echo "*********"; \
-		echo "* Error *"; \
-		echo "*********"; \
-		echo "At least one file is not encoded in UTF-8. Please check."; \
-		rm -f found-non-utf.stamp; \
-		false; \
-	fi
+	perl $(top_builddir)/check_valid_utf8.pl $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index d265f40..dde4f79 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -498,15 +498,7 @@ check-local: check-content
 
 .PHONY: check-content
 check-content:
-	@grep "Content-Type" *po | grep -v "UTF-8" && touch found-non-utf.stamp || true
-	@if [ -e found-non-utf.stamp ]; then \
-		echo "*********"; \
-		echo "* Error *"; \
-		echo "*********"; \
-		echo "At least one file is not encoded in UTF-8. Please check."; \
-		rm -f found-non-utf.stamp; \
-		false; \
-	fi
+	perl $(top_builddir)/check_valid_utf8.pl $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
diff --git a/iso_3166/iso_3166_2/Makefile.in b/iso_3166/iso_3166_2/Makefile.in
index c1f9087..9e44aef 100644
--- a/iso_3166/iso_3166_2/Makefile.in
+++ b/iso_3166/iso_3166_2/Makefile.in
@@ -340,15 +340,7 @@ check-local: check-content
 
 .PHONY: check-content
 check-content:
-	@grep "Content-Type" *po | grep -v "UTF-8" && touch found-non-utf.stamp || true
-	@if [ -e found-non-utf.stamp ]; then \
-		echo "*********"; \
-		echo "* Error *"; \
-		echo "*********"; \
-		echo "At least one file is not encoded in UTF-8. Please check."; \
-		rm -f found-non-utf.stamp; \
-		false; \
-	fi
+	perl $(top_builddir)/check_valid_utf8.pl $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 56ce769..34ada47 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -340,15 +340,7 @@ check-local: check-content
 
 .PHONY: check-content
 check-content:
-	@grep "Content-Type" *po | grep -v "UTF-8" && touch found-non-utf.stamp || true
-	@if [ -e found-non-utf.stamp ]; then \
-		echo "*********"; \
-		echo "* Error *"; \
-		echo "*********"; \
-		echo "At least one file is not encoded in UTF-8. Please check."; \
-		rm -f found-non-utf.stamp; \
-		false; \
-	fi
+	perl $(top_builddir)/check_valid_utf8.pl $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 1b4d457..29e745e 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -526,15 +526,7 @@ check-local: check-content
 
 .PHONY: check-content
 check-content:
-	@grep "Content-Type" *po | grep -v "UTF-8" && touch found-non-utf.stamp || true
-	@if [ -e found-non-utf.stamp ]; then \
-		echo "*********"; \
-		echo "* Error *"; \
-		echo "*********"; \
-		echo "At least one file is not encoded in UTF-8. Please check."; \
-		rm -f found-non-utf.stamp; \
-		false; \
-	fi
+	perl $(top_builddir)/check_valid_utf8.pl $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
diff --git a/iso_639/iso_639_3/Makefile.in b/iso_639/iso_639_3/Makefile.in
index 53f7d0c..34b868f 100644
--- a/iso_639/iso_639_3/Makefile.in
+++ b/iso_639/iso_639_3/Makefile.in
@@ -340,15 +340,7 @@ check-local: check-content
 
 .PHONY: check-content
 check-content:
-	@grep "Content-Type" *po | grep -v "UTF-8" && touch found-non-utf.stamp || true
-	@if [ -e found-non-utf.stamp ]; then \
-		echo "*********"; \
-		echo "* Error *"; \
-		echo "*********"; \
-		echo "At least one file is not encoded in UTF-8. Please check."; \
-		rm -f found-non-utf.stamp; \
-		false; \
-	fi
+	perl $(top_builddir)/check_valid_utf8.pl $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version

-- 
ISO language, territory, currency, script codes and their translations



More information about the Pkg-isocodes-devel mailing list