diff options
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makepot b/makepot new file mode 100755 index 00000000..28cb0989 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=pluma; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |