File: makepot

package info (click to toggle)
libmateweather 1.26.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,932 kB
  • sloc: ansic: 5,187; makefile: 699; sh: 81; perl: 66
file content (8 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download
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 ..