summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-02 13:53:04 +0200
committerinfirit <[email protected]>2013-08-02 13:53:04 +0200
commitcceaed2400a5db758f48a372e429e3410271275f (patch)
tree9b7c05468187355ad5212eb8c1d26bea8c79ff02 /autogen.sh
parent32a2bc051959798d978e6967bd34ff8882aada39 (diff)
downloadmate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.bz2
mate-applets-cceaed2400a5db758f48a372e429e3410271275f.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 d3a03636..ac67ee67 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,6 +17,11 @@ which mate-autogen || {
exit 1
}
+which yelp-build || {
+ echo "You need to install yelp-tools"
+ exit 1
+}
+
REQUIRED_AUTOMAKE_VERSION=1.9
USE_MATE2_MACROS=1
USE_COMMON_DOC_BUILD=yes