summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 11:43:19 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 16:33:23 +0100
commit707e502d2fb71f98f990edc12bd5fbd3d32dae52 (patch)
tree376a23e3a971d0792ebeba7f9dd1bd17da75b9f5 /Makefile
parent94256e8ad7b7450c96a1a1bbaf330c136380ebf1 (diff)
i18n: Provide `i18n-update' target in toplevel Makefile
With a convenience alias `i18n'. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3215fec..a0854a1 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,10 @@ installdirs-infra:
list-manpages:
@echo $(MANPAGES)
+i18n i18n-update:
+ $(MAKE) -C po update
+ $(MAKE) -C po4a update
+
check installcheck:
clean distclean mostlyclean maintainer-clean: