aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/riak.rb
diff options
context:
space:
mode:
authorSean Cribbs2011-01-12 17:11:17 -0500
committerAdam Vandenberg2011-01-12 14:30:41 -0800
commit6e3b53361f70e43dcd14e91d6da5043872b7b312 (patch)
tree3aa7fd38dedc81a07b78c1a1d2f18cafd25b0fb2 /Library/Formula/riak.rb
parent1f8d3b5b1f3fda9ae8689b2bd9178e6c45fba1f5 (diff)
downloadhomebrew-6e3b53361f70e43dcd14e91d6da5043872b7b312.tar.bz2
Add man pages for Riak.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/riak.rb')
-rw-r--r--Library/Formula/riak.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/riak.rb b/Library/Formula/riak.rb
index 51e66b424..0c57d03cb 100644
--- a/Library/Formula/riak.rb
+++ b/Library/Formula/riak.rb
@@ -29,5 +29,8 @@ class Riak <Formula
(prefix + 'data/ring').mkpath
(prefix + 'data/dets').mkpath
+
+ # Install man pages
+ man1.install Dir["doc/man/man1/*"]
end
-end \ No newline at end of file
+end