From 09e3ebdf1585a5fded8f064b48b9c8984bf41924 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 18 Mar 2018 18:01:05 +0100 Subject: tx: add makepot and .pot files --- makepot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 makepot (limited to 'makepot') diff --git a/makepot b/makepot new file mode 100755 index 0000000..160890f --- /dev/null +++ b/makepot @@ -0,0 +1,7 @@ +#! /bin/sh + +PACKAGE=mate-user-guide; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . + +make -C $PACKAGE $PACKAGE.pot -- cgit v1.2.1