From 78e76b317f93fabf46c88f8ef439f18dd29fd1d0 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 16 May 2012 16:09:15 -0400 Subject: mg: install tutorial Closes #12285. Signed-off-by: Jack Nagel --- Library/Formula/mg.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3