summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-17 14:29:53 +0200
committerStefano Karapetsas <[email protected]>2013-07-17 14:29:53 +0200
commitca0a6b583480b07d13e98ebcb7105dfb344367c2 (patch)
tree917a758b77ddf2f04a06369c2bfb9accc2ddc48d /autogen.sh
parente5e03d83c9c20017e9a042023b84ad2a21524210 (diff)
downloadmate-desktop-ca0a6b583480b07d13e98ebcb7105dfb344367c2.tar.bz2
mate-desktop-ca0a6b583480b07d13e98ebcb7105dfb344367c2.tar.xz
Replace mate-doc-utils with yelp-tools
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 bf0a710..2ccc532 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-desktop"
}
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
}