diff options
author | raveit65 <[email protected]> | 2018-03-17 10:18:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 10:18:23 +0100 |
commit | ff9b949259bf05f3454a6035816b0d84544b8cd6 (patch) | |
tree | dc6af907ada294f54285aac0b05e82be6810b5b4 /makepot | |
parent | 23fe34bcfd323e08ef92a26ad7ac0d27fb2ed0e1 (diff) | |
download | mate-notification-daemon-ff9b949259bf05f3454a6035816b0d84544b8cd6.tar.bz2 mate-notification-daemon-ff9b949259bf05f3454a6035816b0d84544b8cd6.tar.xz |
tx: add makepot and .pot files
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-notification-daemon; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |