aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSamuel John2013-06-04 22:18:13 +0200
committerSamuel John2013-06-04 22:18:13 +0200
commit6ea10c37bbe29e1d13e95f93b439ab8575a813aa (patch)
tree9e220f0ef88d9ae3b340744679f9a17cc4cd347b /Library/Formula
parent9f70104b84dd4d6a64b8613375ba284f394f141b (diff)
downloadhomebrew-6ea10c37bbe29e1d13e95f93b439ab8575a813aa.tar.bz2
mercurial: docutils are always needed.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mercurial.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index d75f1ba09..c5aacfc94 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -8,7 +8,7 @@ class Mercurial < Formula
head 'http://selenic.com/repo/hg', :using => :hg
depends_on :python # its written in Python, so this is a hard dep
- depends_on 'docutils' => :python if build.head?
+ depends_on 'docutils' => :python
def install
python do
@@ -20,7 +20,7 @@ class Mercurial < Formula
end
# Man pages come pre-built in source releases
- system "make doc" if build.head?
+ system "make doc"
system "make", "PREFIX=#{prefix}", "install"
# Install some contribs