summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-01 18:37:30 +0200
committerraveit65 <[email protected]>2018-10-01 18:37:30 +0200
commit2ce0ed85117be79df42ea295b0acb9bfaaa9929f (patch)
treee68fe2af9fe83de171c7e8a9a55de68a0c25ffce /makepot
parentde4b0c4fb50d33b80a2e116cbf98492e3108e051 (diff)
downloadmate-calc-2ce0ed85117be79df42ea295b0acb9bfaaa9929f.tar.bz2
mate-calc-2ce0ed85117be79df42ea295b0acb9bfaaa9929f.tar.xz
tx: add help for 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 ae6f422..12f9dae 100755
--- a/makepot
+++ b/makepot
@@ -2,4 +2,9 @@
PACKAGE=mate-calc;
+# 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