summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-05 18:50:07 +0200
committerraveit65 <[email protected]>2018-10-05 18:50:07 +0200
commitba75c36b8b9d44f1c09cffff0ed317fcb1f4242d (patch)
tree306448085fede9067c3c3e361f16fa9ab9ded44a /makepot
parent1917f27b3216f58a8184f5d65835dffe21052a1a (diff)
downloadmate-system-monitor-ba75c36b8b9d44f1c09cffff0ed317fcb1f4242d.tar.bz2
mate-system-monitor-ba75c36b8b9d44f1c09cffff0ed317fcb1f4242d.tar.xz
tx: add 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 5400d1d..2feba30 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,9 @@
PACKAGE=mate-system-monitor;
+# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+
+# translations for user-quide
+rm -f help/$PACKAGE.pot &&
+make -C help $PACKAGE.pot