summaryrefslogtreecommitdiff
path: root/makepot
blob: e845bf8241c7f42affd818db30816c83fdc2f862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 .