File: makepot

package info (click to toggle)
mate-sensors-applet 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 7,460 kB
  • sloc: ansic: 6,275; makefile: 529; xml: 75; sh: 24
file content (11 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

PACKAGE=mate-sensors-applet;

# normal translations
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