detect ronn requirement

This commit is contained in:
Roland Walker
2014-02-07 11:02:30 -05:00
parent a56697427c
commit c0b016d2aa
+4
View File
@@ -46,6 +46,10 @@ cd_to_project_root () {
cd_to_project_root
if ! /usr/bin/which ronn >/dev/null 2>&1; then
die "ERROR: The 'ronn' gem must be installed"
fi
ronn --roff --pipe --organization='Homebrew-cask' --manual='brew-cask' doc/src/brew-cask.1.md > doc/man/brew-cask.1
#