diff options
author | raveit65 <[email protected]> | 2018-03-16 13:19:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 13:19:07 +0100 |
commit | 8a50976c1b422e28288717ad1f709f27f96f89a3 (patch) | |
tree | 5d11bef89ed0f629494f9ad68225b61393b3a213 | |
parent | dea8a3670f3db6bcf7e3a5a58669e1b6d4356bd2 (diff) | |
download | eom-8a50976c1b422e28288717ad1f709f27f96f89a3.tar.bz2 eom-8a50976c1b422e28288717ad1f709f27f96f89a3.tar.xz |
tx: add makepot and move .pot file to srcdir
-rw-r--r-- | eom.pot (renamed from po/eom.pot) | 0 | ||||
-rwxr-xr-x | makepot | 5 |
2 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=eom; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |