File: makepot

package info (click to toggle)
caja-extensions 1.26.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,160 kB
  • sloc: ansic: 6,130; makefile: 601; sh: 18; xml: 14
file content (6 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#! /bin/sh

PACKAGE=caja-extensions;

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