libevent: add html docs (#41365)

This commit is contained in:
yuangongji 2019-06-27 21:32:37 +08:00 committed by FX Coudert
parent 36a01b54ff
commit 130bcb7da6

View file

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