diff options
author | raveit65 <[email protected]> | 2018-10-05 15:38:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-05 15:38:46 +0200 |
commit | 53735a4f6779d030aeb93c291e1cb88e8a87fba6 (patch) | |
tree | 350861a2fdd26cb2dccb77ce8010a5d0f7935037 /baobab/makepot | |
parent | c4dc6a623c1495dd54e3f0b7b9c88a722158142f (diff) | |
download | mate-utils-53735a4f6779d030aeb93c291e1cb88e8a87fba6.tar.bz2 mate-utils-53735a4f6779d030aeb93c291e1cb88e8a87fba6.tar.xz |
tx: simplify source generation and update them
Diffstat (limited to 'baobab/makepot')
-rwxr-xr-x | baobab/makepot | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/baobab/makepot b/baobab/makepot deleted file mode 100755 index 9d3c81f2..00000000 --- a/baobab/makepot +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -PACKAGE=mate-disk-usage-analyzer; - -make -C help $PACKAGE.pot && mv help/$PACKAGE.pot . |