aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
new file mode 100644
index 0000000..9e74803
--- /dev/null
+++ b/po/Makefile
@@ -0,0 +1,10 @@
+# Update translations when the english master changes
+
+NAME=remove-old-kernels
+
+all:
+
+update-po:
+ for i in *.po; do \
+ msgmerge -v --no-wrap --previous --backup=none --update $$i $(NAME).pot; \
+ done