summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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