summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-04 17:42:31 +0200
committerraveit65 <[email protected]>2018-10-04 17:42:31 +0200
commit975f1456c52e40d28ceb14c81cedff15c63f986f (patch)
tree6a6a609a19f6beadf7b30f077e96032f4e6d8fc8 /makepot
parentb3c86df1178c9f64548554d9ba5f0a721560a230 (diff)
downloadmate-power-manager-975f1456c52e40d28ceb14c81cedff15c63f986f.tar.bz2
mate-power-manager-975f1456c52e40d28ceb14c81cedff15c63f986f.tar.xz
tx: add m-p-m 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 a559273..85446ad 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,9 @@
PACKAGE=mate-power-manager;
+# 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