libevent: add html docs (#41365)
This commit is contained in:
parent
36a01b54ff
commit
130bcb7da6
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class Libevent < Formula
|
|||
system "make", "install"
|
||||
system "make", "doxygen"
|
||||
man3.install Dir["doxygen/man/man3/*.3"]
|
||||
doc.install Dir["doxygen/html/*"]
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue