summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-01 13:55:03 +0200
committerinfirit <[email protected]>2013-08-01 13:55:03 +0200
commitf32f9164eecf1734727852365a95f1aed3a8d59a (patch)
treea97afa8d3d38b8bf297be57afc6c9889ed353e48 /autogen.sh
parent7418b30d4e11f78cdb58c6d8afa67c5ddbb2f0d5 (diff)
downloadmate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.bz2
mate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.xz
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 7e9555a..40692d6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,4 +21,9 @@ which mate-autogen || {
exit 1
}
+which yelp-build || {
+ echo "You need to install yelp-tools"
+ exit 1
+}
+
. mate-autogen "$@"