aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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