jq: install manpage

Closes Homebrew/homebrew#20174.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Michael Hood 2013-05-31 04:01:46 -07:00 committed by Adam Vandenberg
parent 20cc99aa15
commit ddc3fff6e3

View file

@ -11,5 +11,6 @@ class Jq < Formula
system "./configure"
system "make"
bin.install 'jq'
man1.install 'jq.1'
end
end