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:27:24 +0100
commit592f10d8e8328c70b69b29ddfec0bf073ed11136 (patch)
tree34c9614f3c7dfda340eb53bbb741dfc7aa7a627f /makepot
parent55454761f641dcad4bd9f59fab09eb9837343070 (diff)
downloadmate-user-share-592f10d8e8328c70b69b29ddfec0bf073ed11136.tar.bz2
mate-user-share-592f10d8e8328c70b69b29ddfec0bf073ed11136.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