summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-25 11:19:11 +0100
committerraveit65 <[email protected]>2018-12-25 11:45:24 +0100
commit6ea2317964fad43b2cff867a1fb7c047b1cdaa98 (patch)
tree4b327036ea9279d662b6daa9ee9146e9ff85c6df /makepot
parent0d75dab9e0658ac5fd5d5a04be33acc504a7d3af (diff)
downloadmate-user-share-6ea2317964fad43b2cff867a1fb7c047b1cdaa98.tar.bz2
mate-user-share-6ea2317964fad43b2cff867a1fb7c047b1cdaa98.tar.xz
tx: adding help to transifex config
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot5
1 files changed, 5 insertions, 0 deletions
diff --git a/makepot b/makepot
index 48bcc54..c8ced12 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,9 @@
PACKAGE=mate-user-share;
+# 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