summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot3
1 files changed, 1 insertions, 2 deletions
diff --git a/makepot b/makepot
index 65efc450..95af3933 100755
--- a/makepot
+++ b/makepot
@@ -1,9 +1,8 @@
#! /bin/sh
PACKAGE=pluma;
-PACKAGE_GUIDE=pluma-user-quide;
# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
# translations for user-quide
-make -C help $PACKAGE_GUIDE.pot && mv help/$PACKAGE_GUIDE.pot .
+make -C help $PACKAGE.pot