diff options
author | raveit65 <[email protected]> | 2018-10-05 18:04:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-05 18:06:26 +0200 |
commit | 2227a85e690aad52566d6c9e2659603a99f7e531 (patch) | |
tree | 78e48ca4cbcd143b03d674a6b937512be93f1948 /makepot | |
parent | 1ab5f830fc6b215464643674cb96e8cc460e817e (diff) | |
download | mate-user-guide-2227a85e690aad52566d6c9e2659603a99f7e531.tar.bz2 mate-user-guide-2227a85e690aad52566d6c9e2659603a99f7e531.tar.xz |
tx: improve makepot
Diffstat (limited to '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 |