chiark / gitweb /
changelog: start 8.5~
[dgit.git] / Makefile
index 3215fec3114d7ee11f48211f7370652ce020bd91..7d0c422f8bb99eff8228bab41519ac0d38f1be55 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,15 @@ installdirs-infra:
 list-manpages:
        @echo $(MANPAGES)
 
+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: