From: Ian Jackson Date: Sat, 13 Oct 2018 19:41:33 +0000 (+0100) Subject: Makefile: Provide i18n-commit target X-Git-Tag: archive/debian/8.0~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=53063f2ca0239bb803e20a2f77d58aefad2fa01d;hp=baa9de40ad22d98b51959054a50e46b2456d33d5;p=dgit.git Makefile: Provide i18n-commit target Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index a0854a16..7d0c422f 100644 --- a/Makefile +++ b/Makefile @@ -131,6 +131,11 @@ i18n i18n-update: $(MAKE) -C po update $(MAKE) -C po4a update +i18n-commit: + set -e; x=$$(git status --porcelain); set -x; test "x$$x" = x + $(MAKE) i18n-update + git commit -a -m 'i18n-commit - autogenerated' + check installcheck: clean distclean mostlyclean maintainer-clean: