diff options
| author | Samuel John | 2013-06-04 22:18:13 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-04 22:18:13 +0200 |
| commit | 6ea10c37bbe29e1d13e95f93b439ab8575a813aa (patch) | |
| tree | 9e220f0ef88d9ae3b340744679f9a17cc4cd347b /Library | |
| parent | 9f70104b84dd4d6a64b8613375ba284f394f141b (diff) | |
| download | homebrew-6ea10c37bbe29e1d13e95f93b439ab8575a813aa.tar.bz2 | |
mercurial: docutils are always needed.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mercurial.rb | 4 |
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 |
