summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 23:54:44 +0200
committerinfirit <[email protected]>2013-08-02 23:54:44 +0200
commit7452d28d5cb86530b0d313c658d615e6218cc837 (patch)
treeb750e769a19698801bae0e0e211d0c6e96c0dfdd /autogen.sh
parentd5249f5fe6ec943e813fe32ad47035aac543bbf3 (diff)
downloadpluma-7452d28d5cb86530b0d313c658d615e6218cc837.tar.bz2
pluma-7452d28d5cb86530b0d313c658d615e6218cc837.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d87934d0..3d57ae36 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
}