diff options
-rwxr-xr-x | makepot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ 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 .. |