diff options
author | infirit <[email protected]> | 2013-08-01 13:55:03 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 13:55:03 +0200 |
commit | f32f9164eecf1734727852365a95f1aed3a8d59a (patch) | |
tree | a97afa8d3d38b8bf297be57afc6c9889ed353e48 /autogen.sh | |
parent | 7418b30d4e11f78cdb58c6d8afa67c5ddbb2f0d5 (diff) | |
download | mate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.bz2 mate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,4 +21,9 @@ which mate-autogen || { exit 1 } +which yelp-build || { + echo "You need to install yelp-tools" + exit 1 +} + . mate-autogen "$@" |