summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 09:05:14 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 09:05:14 +0900
commit4ef92424eaf8e590358401b78518b288916fd245 (patch)
treec328b73fbd31108165f2a92f7e02c4c786a74ae2 /Makefile.in
parent5d33468ac941a6facc7e4456ef37e79e05567250 (diff)
downloadiso-codes-4ef92424eaf8e590358401b78518b288916fd245.tar.gz
iso-codes-4ef92424eaf8e590358401b78518b288916fd245.tar.bz2
iso-codes-4ef92424eaf8e590358401b78518b288916fd245.zip
Imported Upstream version 3.18upstream/3.18
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 8 insertions, 1 deletions
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