aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJames Turner2012-05-16 16:09:15 -0400
committerJack Nagel2012-05-16 19:15:46 -0500
commit78e76b317f93fabf46c88f8ef439f18dd29fd1d0 (patch)
tree11087bd0af21215d944363aad9f514fe91918cdf /Library
parentb7207bc8f8b13fa8caf14381c9f75284e523f501 (diff)
downloadhomebrew-78e76b317f93fabf46c88f8ef439f18dd29fd1d0.tar.bz2
mg: install tutorial
Closes #12285. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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