diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-04 07:39:23 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-04 07:39:23 -0700 |
commit | 1a52ccbfb58145d558ede645728ef2810d1a51ef (patch) | |
tree | b72b96a4bcd5dd08ec0a969472626f2daedc522d /autogen.sh | |
parent | 8e0336cb256cfde2485a7321f773d916ab3e33fb (diff) | |
parent | 7452d28d5cb86530b0d313c658d615e6218cc837 (diff) | |
download | pluma-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-x | autogen.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 } |