File: makepot

package info (click to toggle)
mate-terminal 1.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,780 kB
  • sloc: ansic: 16,006; makefile: 295; xml: 201; perl: 122; sh: 36; python: 11
file content (11 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

PACKAGE=mate-terminal;

# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot

# translations for user-quide
rm -f help/$PACKAGE.pot &&
make -C help $PACKAGE.pot