summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 20:35:48 +0200
committerinfirit <[email protected]>2013-08-02 20:35:48 +0200
commitad1296ba4298f970ecfad5a7286d4ca7ab4031af (patch)
tree7b1fcc321306dc01b58c45b29f67506328e6ad9f /autogen.sh
parentf20f73d80569c1503da53ccc16f18476d572afee (diff)
downloadatril-ad1296ba4298f970ecfad5a7286d4ca7ab4031af.tar.bz2
atril-ad1296ba4298f970ecfad5a7286d4ca7ab4031af.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 7edb5c46..edbd01c6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-document-viewer"
}
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
}