summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-04 16:48:07 +0200
committerraveit65 <[email protected]>2018-10-04 16:48:07 +0200
commit44ccf5aed096e1c298b75d2609ffeba3ae69e14a (patch)
treef0d8d0a9ec225f74aab4e7c891b97ec85d694937 /makepot
parent4a4a59942a2c4505f524490198311b03f869e069 (diff)
downloadmate-control-center-44ccf5aed096e1c298b75d2609ffeba3ae69e14a.tar.bz2
mate-control-center-44ccf5aed096e1c298b75d2609ffeba3ae69e14a.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