diff options
author | infirit <[email protected]> | 2013-08-02 23:54:44 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 23:54:44 +0200 |
commit | 7452d28d5cb86530b0d313c658d615e6218cc837 (patch) | |
tree | b750e769a19698801bae0e0e211d0c6e96c0dfdd /autogen.sh | |
parent | d5249f5fe6ec943e813fe32ad47035aac543bbf3 (diff) | |
download | pluma-7452d28d5cb86530b0d313c658d615e6218cc837.tar.bz2 pluma-7452d28d5cb86530b0d313c658d615e6218cc837.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -13,7 +13,13 @@ PKG_NAME="mate-text-editor" } which mate-autogen || { - echo "You need to install mate-common from the MATE Git" + echo "You need to install mate-common" + exit 1 +} + + +which yelp-build || { + echo "You need to install yelp-tools" exit 1 } |