aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/htmldoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/htmldoc.rb')
-rw-r--r--Library/Formula/htmldoc.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/htmldoc.rb b/Library/Formula/htmldoc.rb
index ff0565b02..cf395b1d3 100644
--- a/Library/Formula/htmldoc.rb
+++ b/Library/Formula/htmldoc.rb
@@ -6,7 +6,8 @@ class Htmldoc <Formula
md5 '35589e7b8fe9c54e11be87cd5aec4dcc'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end