File: makepot

package info (click to toggle)
engrampa 1.28.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,780 kB
  • sloc: ansic: 30,545; makefile: 456; xml: 94; perl: 50; sh: 47; python: 20
file content (11 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

PACKAGE=engrampa;

# 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