summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot11
1 files changed, 11 insertions, 0 deletions
diff --git a/makepot b/makepot
index 9e8e6c97..e845bf82 100755
--- a/makepot
+++ b/makepot
@@ -1,5 +1,16 @@
#! /bin/sh
PACKAGE=mate-panel;
+CLOCK=mate-clock;
+FISH=mate-fish;
+# regular translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+
+# clock
+make -C help/$CLOCK $CLOCK.pot \
+&& mv help/$CLOCK/$CLOCK.pot .
+
+# fish
+make -C help/$FISH $FISH.pot \
+&& mv help/$FISH/$FISH.pot .