From 61b38bdf1e11dcbc4f9c6aa0b61fd09c5b87b603 Mon Sep 17 00:00:00 2001
From: Markus Reiter <me@reitermark.us>
Date: Mon, 22 Aug 2016 03:31:30 +0200
Subject: [PATCH] =?UTF-8?q?Remove=20`man`=20generation=20from=20Cask?=
 =?UTF-8?q?=E2=80=99s=20Rakefile.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Library/Homebrew/cask/Rakefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Library/Homebrew/cask/Rakefile b/Library/Homebrew/cask/Rakefile
index 6c638ff49a..6a6f76e6f5 100644
--- a/Library/Homebrew/cask/Rakefile
+++ b/Library/Homebrew/cask/Rakefile
@@ -44,8 +44,3 @@ task :console do
   ARGV.clear
   Hbc.pry
 end
-
-desc "Generate man page from Markdown source"
-task :man do
-  sh "brew man"
-end
-- 
GitLab