summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 23:48:37 +0200
committerinfirit <[email protected]>2013-08-02 23:48:37 +0200
commit469ced618af5cd39b46d58cc0206be396bbf45e5 (patch)
tree358ba5588772e8a3adeb8ae523c87f7f8365374a /autogen.sh
parent3bd935a21f54a78bee26999e09af74eb86c5fdf2 (diff)
downloadmate-terminal-469ced618af5cd39b46d58cc0206be396bbf45e5.tar.bz2
mate-terminal-469ced618af5cd39b46d58cc0206be396bbf45e5.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b8682dd..fab5336 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
}