Add man pages for Riak.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Sean Cribbs 2011-01-12 17:11:17 -05:00 committed by Adam Vandenberg
parent 6c5c323b75
commit 737a6316bb

View file

@ -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
end