summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot5
1 files changed, 4 insertions, 1 deletions
diff --git a/makepot b/makepot
index 160890f..63248d3 100755
--- a/makepot
+++ b/makepot
@@ -1,7 +1,10 @@
#! /bin/sh
PACKAGE=mate-user-guide;
+PACKAGE_CONTENT=mate-user-guide-content;
+# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
-make -C $PACKAGE $PACKAGE.pot
+# translations for the quide itself
+make -C $PACKAGE $PACKAGE_CONTENT.pot && mv $PACKAGE/$PACKAGE_CONTENT.pot .