[Pkg-isocodes-devel] [iso-codes] 01/01: Better handling of SUBDIRS and DOMAINS

Tobias Quathamer toddy at moszumanska.debian.org
Wed Mar 2 12:40:16 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 2cb5a2471a54d93d13f1b786e8b6bf7c8ba7e952
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Wed Mar 2 13:38:06 2016 +0100

    Better handling of SUBDIRS and DOMAINS
---
 Makefile.am | 4 ++--
 Makefile.in | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3eba794..91819c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924
+SUBDIRS = $(DOMAINS)
 
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = iso-codes.pc
@@ -21,7 +21,7 @@ release: update-po check distcheck
 
 .PHONY: update-po
 update-po:
-	for domain in $(SUBDIRS); do \
+	for domain in $(DOMAINS); do \
 		cd $$domain && make update-po && cd ..; \
 	done
 
diff --git a/Makefile.in b/Makefile.in
index d2985c6..e3bfe6b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -309,7 +309,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924
+SUBDIRS = $(DOMAINS)
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = iso-codes.pc
 
@@ -832,7 +832,7 @@ release: update-po check distcheck
 
 .PHONY: update-po
 update-po:
-	for domain in $(SUBDIRS); do \
+	for domain in $(DOMAINS); do \
 		cd $$domain && make update-po && cd ..; \
 	done
 

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