summaryrefslogtreecommitdiff
path: root/makepot
blob: e0259c73000ba9d19a30446ea405bddf7c705992 (plain)
1
2
3
4
5
6
7
#! /bin/sh

PACKAGE=libmatemixer;

make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot
sed -i 's/charset=CHARSET/charset=UTF-8/g' $PACKAGE.pot