[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. 95486b6395f88587eb1425341d9660f9f39b64a1

Christian PERRIER bubulle at debian.org
Mon Oct 22 05:43:11 UTC 2012


The following commit has been merged in the master branch:
commit 6bd9d72e40f9ec034bf7c2941323b115e1f80e1f
Author: Christian PERRIER <bubulle at debian.org>
Date:   Mon Oct 22 07:21:50 2012 +0200

    Adapt makefiles to the use of common_name

diff --git a/iso_639/Makefile.am b/iso_639/Makefile.am
index 6bbb712..3bf05c4 100644
--- a/iso_639/Makefile.am
+++ b/iso_639/Makefile.am
@@ -12,7 +12,7 @@ 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 --outfile $@ iso_639.xml
+	        --fields name,common_name --outfile $@ iso_639.xml
 
 EXTRA_DIST = \
 	$(pofiles)	\
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index 1467656..737a2c9 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -382,7 +382,7 @@ 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 --outfile $@ iso_639.xml
+	        --fields name,common_name --outfile $@ iso_639.xml
 
 check-local: check-content
 
diff --git a/iso_639_3/Makefile.am b/iso_639_3/Makefile.am
index ca60d3c..6153985 100644
--- a/iso_639_3/Makefile.am
+++ b/iso_639_3/Makefile.am
@@ -10,7 +10,7 @@ noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot)
 
 iso_639_3.pot: iso_639_3.xml
 	../iso2pot.py --is-version ${VERSION} --comment id \
-		--fields name,inverted_name,reference_name --outfile $@ $< 
+		--fields name,inverted_name,reference_name,common_name --outfile $@ $< 
 
 EXTRA_DIST = \
 	$(pofiles)	\
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 9a5d1ef..0d143a9 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -380,7 +380,7 @@ uninstall-am: uninstall-xmlDATA
 
 iso_639_3.pot: iso_639_3.xml
 	../iso2pot.py --is-version ${VERSION} --comment id \
-		--fields name,inverted_name,reference_name --outfile $@ $< 
+		--fields name,inverted_name,reference_name,common_name --outfile $@ $< 
 
 check-local: check-content
 

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



More information about the Pkg-isocodes-devel mailing list