aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tig.rb')
-rw-r--r--Library/Formula/tig.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tig.rb b/Library/Formula/tig.rb
index eaa32d1c3..f5a1ef3ef 100644
--- a/Library/Formula/tig.rb
+++ b/Library/Formula/tig.rb
@@ -8,5 +8,6 @@ class Tig <Formula
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make install"
+ system "make install-doc-man"
end
end \ No newline at end of file