[Pkg-isocodes-devel] [iso-codes] 02/02: Regenerate automake files

Tobias Quathamer toddy at moszumanska.debian.org
Mon Feb 22 19:49:06 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 af45b415ef452f897b57fecaa953e29d813668c6
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Mon Feb 22 20:48:55 2016 +0100

    Regenerate automake files
---
 iso_15924/Makefile.in  | 13 +++++++------
 iso_3166/Makefile.in   | 11 ++++++-----
 iso_3166_2/Makefile.in | 13 +++++++------
 iso_4217/Makefile.in   | 13 +++++++------
 iso_639/Makefile.in    | 17 +++++++++--------
 iso_639_3/Makefile.in  | 13 +++++++------
 iso_639_5/Makefile.in  | 13 +++++++------
 7 files changed, 50 insertions(+), 43 deletions(-)

diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index e4e1ab5..ee1c6aa 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -232,11 +232,11 @@ xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
 mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles))
-noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) 
+noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 EXTRA_DIST = \
 	$(pofiles)	\
 	$(xml_DATA)	\
-	iso_15924.pot
+	$(DOMAIN).pot
 
 MOSTLYCLEANFILES = \
 	$(mofiles)
@@ -456,12 +456,9 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-iso_15924.pot: iso_15924.xml
-	../iso2pot.py --is-version ${VERSION}  --comments alpha_4_code \
-		--fields name  --outfile $@ $<
-
 check-local: check-content
 
+# Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
@@ -517,6 +514,10 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
+iso_15924.pot: iso_15924.xml
+	../iso2pot.py --is-version ${VERSION}  --comments alpha_4_code \
+		--fields name  --outfile $@ $<
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index eaf97e1..51d10e1 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -236,7 +236,7 @@ noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 EXTRA_DIST = \
 	$(pofiles)	\
 	$(xml_DATA)	\
-	iso_3166.pot
+	$(DOMAIN).pot
 
 MOSTLYCLEANFILES = \
 	$(mofiles)
@@ -456,12 +456,9 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-iso_3166.pot: iso_3166.xml
-	../iso2pot.py --is-version $(VERSION) --comments alpha_3_code \
-		--fields name,names,official_name,common_name --outfile $@ $<
-
 check-local: check-content
 
+# Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
@@ -517,6 +514,10 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
+iso_3166.pot: iso_3166.xml
+	../iso2pot.py --is-version $(VERSION) --comments alpha_3_code \
+		--fields name,names,official_name,common_name --outfile $@ $<
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index b0fe5bb..400c712 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -232,11 +232,11 @@ xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
 mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles))
-noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) 
+noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 EXTRA_DIST = \
 	$(pofiles)	\
 	$(xml_DATA)	\
-	iso_3166_2.pot
+	$(DOMAIN).pot
 
 MOSTLYCLEANFILES = \
 	$(mofiles)
@@ -456,12 +456,9 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-iso_3166_2.pot: iso_3166_2.xml
-	../iso2pot.py --is-version ${VERSION} --comment code \
-		--fields name --outfile $@ $< 
-
 check-local: check-content
 
+# Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
@@ -517,6 +514,10 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
+iso_3166_2.pot: iso_3166_2.xml
+	../iso2pot.py --is-version ${VERSION} --comment code \
+		--fields name --outfile $@ $< 
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 55bd345..9b74811 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -232,11 +232,11 @@ xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
 mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles))
-noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) 
+noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 EXTRA_DIST = \
 	$(pofiles)	\
 	$(xml_DATA)	\
-	iso_4217.pot
+	$(DOMAIN).pot
 
 MOSTLYCLEANFILES = \
 	$(mofiles)
@@ -456,12 +456,9 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-iso_4217.pot: iso_4217.xml
-	../iso2pot.py --is-version ${VERSION}  --comments letter_code \
-		--fields currency_name  --outfile $@ $< 
-
 check-local: check-content
 
+# Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
@@ -517,6 +514,10 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
+iso_4217.pot: iso_4217.xml
+	../iso2pot.py --is-version ${VERSION}  --comments letter_code \
+		--fields currency_name  --outfile $@ $< 
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 5ae0987..2241ae9 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -232,11 +232,11 @@ xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
 mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles))
-noinst_DATA = $(mofiles) iso_639.pot
+noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 EXTRA_DIST = \
 	$(pofiles)	\
 	$(xml_DATA)	\
-	iso_639.pot
+	$(DOMAIN).pot
 
 MOSTLYCLEANFILES = \
 	$(mofiles)
@@ -456,14 +456,9 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-iso_639.pot: iso_639.xml
-	$(top_srcdir)/iso2pot.py --is-version $(VERSION) \
-		--comments iso_639_2T_code \
-		--comments iso_639_1_code \
-	        --fields name,common_name --outfile $@ iso_639.xml
-
 check-local: check-content
 
+# Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
@@ -519,6 +514,12 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
+iso_639.pot: iso_639.xml
+	$(top_srcdir)/iso2pot.py --is-version $(VERSION) \
+		--comments iso_639_2T_code \
+		--comments iso_639_1_code \
+	        --fields name,common_name --outfile $@ iso_639.xml
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 0ff80cb..baa293c 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -232,11 +232,11 @@ xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
 mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles))
-noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) 
+noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 EXTRA_DIST = \
 	$(pofiles)	\
 	$(xml_DATA)	\
-	iso_639_3.pot
+	$(DOMAIN).pot
 
 MOSTLYCLEANFILES = \
 	$(mofiles)
@@ -456,12 +456,9 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-iso_639_3.pot: iso_639_3.xml
-	../iso2pot.py --is-version ${VERSION} --comment id \
-		--fields name,inverted_name,reference_name,common_name --outfile $@ $< 
-
 check-local: check-content
 
+# Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
@@ -517,6 +514,10 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
+iso_639_3.pot: iso_639_3.xml
+	../iso2pot.py --is-version ${VERSION} --comment id \
+		--fields name,inverted_name,reference_name,common_name --outfile $@ $< 
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/iso_639_5/Makefile.in b/iso_639_5/Makefile.in
index 442970d..ff31174 100644
--- a/iso_639_5/Makefile.in
+++ b/iso_639_5/Makefile.in
@@ -232,11 +232,11 @@ xmldir = $(datadir)/xml/iso-codes
 xml_DATA = $(DOMAIN).xml
 pofiles = $(wildcard $(srcdir)/*.po)
 mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles))
-noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) 
+noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 EXTRA_DIST = \
 	$(pofiles)	\
 	$(xml_DATA)	\
-	iso_639_5.pot
+	$(DOMAIN).pot
 
 MOSTLYCLEANFILES = \
 	$(mofiles)
@@ -456,12 +456,9 @@ uninstall-am: uninstall-xmlDATA
 .PRECIOUS: Makefile
 
 
-iso_639_5.pot: iso_639_5.xml
-	../iso2pot.py --is-version ${VERSION} --comment id \
-		--fields name --outfile $@ $< 
-
 check-local: check-content
 
+# Generic target to create binary .mo files from .po files
 %.mo: %.po
 	$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
 
@@ -517,6 +514,10 @@ uninstall-hook:
 		rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
 	done
 
+iso_639_5.pot: iso_639_5.xml
+	../iso2pot.py --is-version ${VERSION} --comment id \
+		--fields name --outfile $@ $< 
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

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