[Pkg-isocodes-devel] [iso-codes] 03/07: Use new script location for Makefile targets

Tobias Quathamer toddy at moszumanska.debian.org
Wed Mar 2 21:14:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 9909cecd9df1711938ac08ee4f84f6defcbe011f
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Wed Mar 2 21:54:08 2016 +0100

    Use new script location for Makefile targets
---
 common.mk              | 2 +-
 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 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common.mk b/common.mk
index 431d095..25577af 100644
--- a/common.mk
+++ b/common.mk
@@ -22,7 +22,7 @@ MOSTLYCLEANFILES = \
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(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_15924/Makefile.in b/iso_15924/Makefile.in
index ee66ea7..8cda6f1 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-xmlDATA
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(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 4a882a8..c4a53b2 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-xmlDATA
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(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_2/Makefile.in b/iso_3166_2/Makefile.in
index 230ee32..612a0f5 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-xmlDATA
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(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 4b7681d..7186f6a 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-xmlDATA
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(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 faaccf7..61ffeee 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-xmlDATA
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(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_3/Makefile.in b/iso_639_3/Makefile.in
index f12ee94..8eb058b 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-xmlDATA
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(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_5/Makefile.in b/iso_639_5/Makefile.in
index 5da2de0..e4f296f 100644
--- a/iso_639_5/Makefile.in
+++ b/iso_639_5/Makefile.in
@@ -463,7 +463,7 @@ uninstall-am: uninstall-xmlDATA
 # Used in the domain subdirectories for checking that
 # all .po files contain UTF-8 data
 check-local:
-	python3 $(top_srcdir)/check_valid_utf8.py $(pofiles)
+	python3 $(top_srcdir)/bin/check_valid_utf8.py $(pofiles)
 
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version

-- 
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