summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-05 21:08:06 +0200
committerraveit65 <[email protected]>2018-10-05 21:08:06 +0200
commit7bc3e2b152a52bbf56b3884ff4cc117fd6eb574a (patch)
treed0e369b52d62114f36c8cfda047f8f82c5e001e7 /makepot
parent9081ba937a78666df689f9bf6cdf81fa5225fbab (diff)
downloadmate-terminal-7bc3e2b152a52bbf56b3884ff4cc117fd6eb574a.tar.bz2
mate-terminal-7bc3e2b152a52bbf56b3884ff4cc117fd6eb574a.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 1ac5ee1..7ec070b 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,9 @@
PACKAGE=mate-terminal;
+# 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