diff options
| author | raveit65 <[email protected]> | 2018-03-17 15:37:31 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2018-03-17 15:37:31 +0100 |
| commit | f5b5763d9a0c6e64e8fe28e50ecc84a17f83201a (patch) | |
| tree | b80ecd3ab4230cf1dca0ae42966cb0b8f8bc1ca7 /makepot | |
| parent | a996cd9020ef41a4a4d8a51cb328a96c4349b711 (diff) | |
| download | mate-settings-daemon-f5b5763d9a0c6e64e8fe28e50ecc84a17f83201a.tar.bz2 mate-settings-daemon-f5b5763d9a0c6e64e8fe28e50ecc84a17f83201a.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-settings-daemon; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |
