File: makepot

package info (click to toggle)
mate-calc 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 13,776 kB
  • sloc: ansic: 12,949; makefile: 278; yacc: 202; lex: 124; xml: 111; perl: 48; sh: 32
file content (11 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

PACKAGE=mate-calc;

# 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