diff options
author | raveit65 <[email protected]> | 2018-03-16 12:42:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 12:44:13 +0100 |
commit | 3d1c408a7e9a8cbee17b010b82b8bcee33f32d80 (patch) | |
tree | 240f1744421d76582672a7b90e4de07054c834db | |
parent | c5a704d6f4941414eda93287ae29bc76d975f7bf (diff) | |
download | engrampa-3d1c408a7e9a8cbee17b010b82b8bcee33f32d80.tar.bz2 engrampa-3d1c408a7e9a8cbee17b010b82b8bcee33f32d80.tar.xz |
tx: add makepot and move .pot file to srcdir
-rw-r--r-- | engrampa.pot (renamed from po/engrampa.pot) | 0 | ||||
-rwxr-xr-x | makepot | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/po/engrampa.pot b/engrampa.pot index 7f66e52..7f66e52 100644 --- a/po/engrampa.pot +++ b/engrampa.pot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=engrampa; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |