gatuno-terminal/makepot

11 lines
208 B
Bash
Executable File

#! /bin/sh
PACKAGE=gatuno-terminal;
# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
# translations for user-quide
rm -f help/$PACKAGE.pot &&
make -C help $PACKAGE.pot