summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-04 16:42:32 +0200
committerraveit65 <[email protected]>2018-10-04 16:42:32 +0200
commitd5d8de6635f04554c6200a5f8db5d81d9325a660 (patch)
tree40cd14bd1a7f662afae4d8b18c8921804b8678c6 /makepot
parent1034ff7bd6c83724b1d64f6000e62e9e451decbe (diff)
downloadmate-control-center-d5d8de6635f04554c6200a5f8db5d81d9325a660.tar.bz2
mate-control-center-d5d8de6635f04554c6200a5f8db5d81d9325a660.tar.xz
tx: add m-c-c 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 c61c8119..ae3bf2f8 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,9 @@
PACKAGE=mate-control-center;
+# 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