blob: f326055c7b0eec8113fc36f02a7801170b93ff98 (
plain)
1
2
3
4
5
6
7
8
|
#! /bin/sh
PACKAGE=libmateweather;
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot
cd po-locations && ./regen.sh && rm Locations.xml.in.h && mv locations.pot .. && cd ..
|