[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. iso-codes/3.17-25-g5153374

Tobias Quathamer toddy at debian.org
Wed Jun 30 11:04:37 UTC 2010


The following commit has been merged in the master branch:
commit 23221098acb36ca624fb27dc7dfaeff0410a0bfa
Author: Tobias Quathamer <toddy at debian.org>
Date:   Wed Jun 30 12:25:17 2010 +0200

    Regenerate files to include sr at latin.po generation

diff --git a/Makefile.in b/Makefile.in
index 79c5afd..528ba36 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,6 +157,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+RECODE_SR_LATIN = @RECODE_SR_LATIN@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -703,7 +704,13 @@ uninstall-am: uninstall-pkgconfigDATA
 
 
 .PHONY: release
-release: check distcheck
+release: update-po check distcheck
+
+.PHONY: update-po
+update-po:
+	for domain in $(SUBDIRS); do \
+		cd $$domain && make update-po && cd ..; \
+	done
 
 .PHONY: sign-release
 sign-release: iso-codes-$(VERSION).tar.bz2
diff --git a/configure b/configure
index 5497fba..bd053be 100755
--- a/configure
+++ b/configure
@@ -557,6 +557,7 @@ ac_subst_vars='LTLIBOBJS
 LIBOBJS
 DOMAINS
 MSGFMT_FLAGS
+RECODE_SR_LATIN
 MSGFMT
 MSGMERGE
 ACLOCAL_AMFLAGS
@@ -2319,6 +2320,46 @@ $as_echo "no" >&6; }
 fi
 
 
+# Extract the first word of "recode-sr-latin", so it can be a program name with args.
+set dummy recode-sr-latin; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_path_RECODE_SR_LATIN+set}" = set; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $RECODE_SR_LATIN in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_RECODE_SR_LATIN="$RECODE_SR_LATIN" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_RECODE_SR_LATIN="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+RECODE_SR_LATIN=$ac_cv_path_RECODE_SR_LATIN
+if test -n "$RECODE_SR_LATIN"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RECODE_SR_LATIN" >&5
+$as_echo "$RECODE_SR_LATIN" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MSGFMT is GNU msgfmt" >&5
 $as_echo_n "checking if $MSGFMT is GNU msgfmt... " >&6; }
 gnu_msgfmt=no
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index 22bd759..78a4199 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -103,6 +103,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+RECODE_SR_LATIN = @RECODE_SR_LATIN@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -398,6 +399,7 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN) $(VERSION)\\n\"/' $$pofile; \
 	done
+	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
 
 install-data-hook: $(mofiles)
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index e64432f..1970e72 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -103,6 +103,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+RECODE_SR_LATIN = @RECODE_SR_LATIN@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -398,6 +399,7 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN) $(VERSION)\\n\"/' $$pofile; \
 	done
+	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
 
 install-data-hook: $(mofiles)
diff --git a/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index 0fe0f4c..14e4eef 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -103,6 +103,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+RECODE_SR_LATIN = @RECODE_SR_LATIN@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -398,6 +399,7 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN) $(VERSION)\\n\"/' $$pofile; \
 	done
+	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
 
 install-data-hook: $(mofiles)
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 4caaca9..aa315d9 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -103,6 +103,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+RECODE_SR_LATIN = @RECODE_SR_LATIN@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -398,6 +399,7 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN) $(VERSION)\\n\"/' $$pofile; \
 	done
+	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
 
 install-data-hook: $(mofiles)
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 27ccb2d..e438985 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -103,6 +103,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+RECODE_SR_LATIN = @RECODE_SR_LATIN@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -400,6 +401,7 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN) $(VERSION)\\n\"/' $$pofile; \
 	done
+	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
 
 install-data-hook: $(mofiles)
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 785c4cb..eb97c14 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -103,6 +103,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+RECODE_SR_LATIN = @RECODE_SR_LATIN@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -398,6 +399,7 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN) $(VERSION)\\n\"/' $$pofile; \
 	done
+	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
 
 install-data-hook: $(mofiles)

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



More information about the Pkg-isocodes-devel mailing list