File: makepot

package info (click to toggle)
mate-session-manager 1.26.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,496 kB
  • sloc: ansic: 19,333; xml: 858; makefile: 407; sh: 153
file content (6 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#! /bin/sh

PACKAGE=mate-session-manager;

make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot