summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-02 09:56:48 +0200
committerraveit65 <[email protected]>2018-10-02 09:57:22 +0200
commit48e07708173d06967659d7d16840ac1a90c39a16 (patch)
tree0438586c50f687ca9c7728aa4f26d20924dd2ed5
parent4ba02658fd9f415f79f45d52c6422622ba3485f9 (diff)
downloadpluma-48e07708173d06967659d7d16840ac1a90c39a16.tar.bz2
pluma-48e07708173d06967659d7d16840ac1a90c39a16.tar.xz
tx: improve makepot
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
diff --git a/makepot b/makepot
index 95af3933..ef30df9f 100755
--- a/makepot
+++ b/makepot
@@ -4,5 +4,7 @@ PACKAGE=pluma;
# 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