aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mg.rb b/Library/Formula/mg.rb
index ba3e1bc64..766cfc3b8 100644
--- a/Library/Formula/mg.rb
+++ b/Library/Formula/mg.rb
@@ -10,5 +10,6 @@ class Mg < Formula
inreplace 'Makefile.in', '-Wno-error=unused-but-set-variable', ''
system "./configure"
system "make", "install", "prefix=#{prefix}", "mandir=#{man}"
+ doc.install "tutorial"
end
end