summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-01 18:33:28 +0200
committerraveit65 <[email protected]>2018-10-01 18:33:28 +0200
commita6fcd107507584bbbcb5699af1dd0b68f35e86fb (patch)
tree414cd9b81dccbbf2fdf787f388356eaae13236cd /makepot
parent48a9bec4da3d22d4b12f702d0e95c172835f884f (diff)
downloadmate-calc-a6fcd107507584bbbcb5699af1dd0b68f35e86fb.tar.bz2
mate-calc-a6fcd107507584bbbcb5699af1dd0b68f35e86fb.tar.xz
tx: add help for user-guide to transifex config
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot5
1 files changed, 5 insertions, 0 deletions
diff --git a/makepot b/makepot
index ae6f422..12f9dae 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,9 @@
PACKAGE=mate-calc;
+# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+
+# translations for user-quide
+rm -f help/$PACKAGE.pot &&
+make -C help $PACKAGE.pot