diff options
author | infirit <[email protected]> | 2013-08-02 23:48:37 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 23:48:37 +0200 |
commit | 469ced618af5cd39b46d58cc0206be396bbf45e5 (patch) | |
tree | 358ba5588772e8a3adeb8ae523c87f7f8365374a /autogen.sh | |
parent | 3bd935a21f54a78bee26999e09af74eb86c5fdf2 (diff) | |
download | mate-terminal-469ced618af5cd39b46d58cc0206be396bbf45e5.tar.bz2 mate-terminal-469ced618af5cd39b46d58cc0206be396bbf45e5.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -13,7 +13,12 @@ PKG_NAME="mate-terminal" } 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 } |