diff options
| author | Jacob Zimmerman | 2015-01-18 15:12:06 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-18 21:34:41 +0100 |
| commit | 7e24768f2b4996d9e3c0c14af46ed1fb041a42cb (patch) | |
| tree | 4882288a75f6e927f386a262e343fb6ae2b92d4a /Library | |
| parent | 635b37c72ff80a02059833ef9b5542f87b2afe27 (diff) | |
| download | homebrew-7e24768f2b4996d9e3c0c14af46ed1fb041a42cb.tar.bz2 | |
hub: install manpages for devel/HEAD.
Closes #36011.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hub.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 6facd0e3c..f53387695 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -23,6 +23,7 @@ class Hub < Formula ENV["GIT_DIR"] = cached_download/".git" system "script/build" bin.install "hub" + man1.install Dir["man/*"] else rake "install", "prefix=#{prefix}" end |
