mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
detect ronn requirement
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user