summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 10:37:10 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 10:37:10 +0900
commit4bab029feab593af0d9976e7b8fc7a812ee1f82d (patch)
treeabf61e9ce29709b4dc74e26bae31a7a83d512423 /Makefile.am
parentf301a7f13e0ca7d5442305308fe2551b4feec62f (diff)
downloadiso-codes-4bab029feab593af0d9976e7b8fc7a812ee1f82d.tar.gz
iso-codes-4bab029feab593af0d9976e7b8fc7a812ee1f82d.tar.bz2
iso-codes-4bab029feab593af0d9976e7b8fc7a812ee1f82d.zip
Imported Upstream version 4.0upstream/4.0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index a1333b7..2fbdd6d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,13 +22,6 @@ pot:
cd $$domain && make $$domain.pot && cd ..; \
done
-# Updates all xml files
-.PHONY: xml
-xml:
- for domain in $(DOMAINS); do \
- cd $$domain && make $$domain.xml && cd ..; \
- done
-
.PHONY: release
release: update-po check distcheck