aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJoshua Priddle2010-03-11 16:30:34 -0500
committerAdam Vandenberg2010-03-11 13:43:08 -0800
commite3fa059220e6133fdb693a2a0b118739684ac18d (patch)
tree7344aa86fbd5b35fa41649edf63b927bee8fe621 /Library
parente3f93c4e578659d268c0723e838450dbcd4cf17c (diff)
downloadhomebrew-e3fa059220e6133fdb693a2a0b118739684ac18d.tar.bz2
tig has man pages
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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