aboutsummaryrefslogtreecommitdiffstats
path: root/po/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'po/update.sh')
-rwxr-xr-xpo/update.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/po/update.sh b/po/update.sh
deleted file mode 100755
index 0f8d517b0d..0000000000
--- a/po/update.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-xgettext --default-domain=evolution --directory=.. \
- --add-comments --keyword=_ --keyword=N_ \
- --files-from=./POTFILES.in \
-&& test ! -f evolution.po \
- || ( rm -f ./evolution.pot \
- && mv evolution.po ./evolution.pot )