diff options
author | raveit65 <[email protected]> | 2018-10-05 18:04:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-05 18:04:46 +0200 |
commit | 071f2c34c3b641679e7c1238017039f4a6483502 (patch) | |
tree | d49914202d0487af8be9840fda02e10cf663ec1e | |
parent | 1693760bbccfc995b3941ebc873f5e8af0c0f707 (diff) | |
download | mate-user-guide-071f2c34c3b641679e7c1238017039f4a6483502.tar.bz2 mate-user-guide-071f2c34c3b641679e7c1238017039f4a6483502.tar.xz |
tx: improve makepot
-rwxr-xr-x | makepot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,4 +6,5 @@ PACKAGE=mate-user-guide; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . # translations for the quide itself +rm -f $PACKAGE/$PACKAGE.pot && make -C $PACKAGE $PACKAGE.pot |