From a3ade9fd0cea1bb4a6d0c00cf89ffc546093683a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 15 Mar 2018 18:20:01 +0100 Subject: tx: add makepot and move libmatemixer.pot to srcdir --- makepot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 makepot (limited to 'makepot') diff --git a/makepot b/makepot new file mode 100755 index 00000000..2fc02fc8 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=atril; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . -- cgit v1.2.1