diff options
author | raveit65 <[email protected]> | 2018-03-17 10:17:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 10:17:02 +0100 |
commit | a0aeb0b6ff9b836c600a9dcef04a019f9c06392f (patch) | |
tree | 25c7dcac1b557dbf86aefdbc3b1a628a10a20fe4 /makepot | |
parent | 34baf35219a6fccce555f4b4a9a9b2f5a5802942 (diff) | |
download | mate-notification-daemon-a0aeb0b6ff9b836c600a9dcef04a019f9c06392f.tar.bz2 mate-notification-daemon-a0aeb0b6ff9b836c600a9dcef04a019f9c06392f.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 . |