summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-04 07:39:23 -0700
committerStefano Karapetsas <[email protected]>2013-08-04 07:39:23 -0700
commit1a52ccbfb58145d558ede645728ef2810d1a51ef (patch)
treeb72b96a4bcd5dd08ec0a969472626f2daedc522d /autogen.sh
parent8e0336cb256cfde2485a7321f773d916ab3e33fb (diff)
parent7452d28d5cb86530b0d313c658d615e6218cc837 (diff)
downloadpluma-1a52ccbfb58145d558ede645728ef2810d1a51ef.tar.bz2
pluma-1a52ccbfb58145d558ede645728ef2810d1a51ef.tar.xz
Merge pull request #27 from infirit/yelptools
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
}