From 7b39e9aba8ac5167e93fed2e84e7f2c4061dc615 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 9 Aug 2014 10:35:47 -0500 Subject: gh: install man page Closes #31464. --- Library/Formula/gh.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/gh.rb b/Library/Formula/gh.rb index d95c52dcb..9d89dfb0d 100644 --- a/Library/Formula/gh.rb +++ b/Library/Formula/gh.rb @@ -19,6 +19,7 @@ class Gh < Formula def install system "script/make", "--no-update" bin.install "gh" + man1.install "man/gh.1" if build.with? "completions" bash_completion.install "etc/gh.bash_completion.sh" -- cgit v1.2.3