atril/makepot

12 lines
216 B
Bash
Executable File

#! /bin/sh
PACKAGE=atril;
# 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