summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
diff --git a/makepot b/makepot
index 8d7bd8e..f326055 100755
--- a/makepot
+++ b/makepot
@@ -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 ..