[Pkg-isocodes-devel] [iso-codes] 02/03: Add target to regenerate all XML files

Tobias Quathamer toddy at moszumanska.debian.org
Sat Mar 26 16:25:46 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 263737889ee70287ea70c84a20b1933140ad3a36
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Sat Mar 26 17:22:27 2016 +0100

    Add target to regenerate all XML files
---
 Makefile.am | 7 +++++++
 Makefile.in | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 66b54c2..4ab0970 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,13 @@ 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
 
diff --git a/Makefile.in b/Makefile.in
index f420388..af3f70c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -831,6 +831,13 @@ 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
 

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