aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-20 07:46:43 -0700
committerAdam Vandenberg2014-05-20 07:47:02 -0700
commit24af7fe49219fd0b5935fad219ce4e1d0821ea7c (patch)
tree2407f5260042f749ea06db1db49539116027eea4
parent6b9feda1a4fbbf8b7f375d61af239023a49569dd (diff)
downloadhomebrew-24af7fe49219fd0b5935fad219ce4e1d0821ea7c.tar.bz2
udptunnel: install docs
-rw-r--r--Library/Formula/udptunnel.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/udptunnel.rb b/Library/Formula/udptunnel.rb
index 351ac2f1c..fac5b794c 100644
--- a/Library/Formula/udptunnel.rb
+++ b/Library/Formula/udptunnel.rb
@@ -14,6 +14,7 @@ class Udptunnel < Formula
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make", "install"
+ doc.install "udptunnel.html"
end
test do