summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-29 09:15:42 +0200
committerraveit65 <[email protected]>2018-09-29 09:15:42 +0200
commitc521b837e16e02a38f96b8341c1794cc24b85e3f (patch)
treee69b2c8e4814ff994991d32613aa7124afaf30b9
parent2c60ca906df83eb0fb2ae25a6f53142fa055bda5 (diff)
downloadengrampa-c521b837e16e02a38f96b8341c1794cc24b85e3f.tar.bz2
engrampa-c521b837e16e02a38f96b8341c1794cc24b85e3f.tar.xz
tx: improve makepot script
-rwxr-xr-xmakepot1
1 files changed, 1 insertions, 0 deletions
diff --git a/makepot b/makepot
index 5e35b73..840a73b 100755
--- a/makepot
+++ b/makepot
@@ -6,4 +6,5 @@ PACKAGE=engrampa;
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
# translations for user-quide
+rm -f help/$PACKAGE.pot &&
make -C help $PACKAGE.pot