aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-15 01:41:38 -0500
committerJack Nagel2014-05-15 01:41:38 -0500
commit6b5f4cd70e275bb5b47f9f0c58b068f3d91207d4 (patch)
tree274b8d497d31854507048ae8377c4df3f7b991c3 /Library
parent896b87b65bb1aa710a0d8ed5fd1d573a71fe1c08 (diff)
downloadhomebrew-6b5f4cd70e275bb5b47f9f0c58b068f3d91207d4.tar.bz2
mercurial: docs are bundled with source releases
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mercurial.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index bcf6290bc..d8b0b384a 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -8,19 +8,9 @@ class Mercurial < Formula
mirror 'http://fossies.org/linux/misc/mercurial-3.0.tar.gz'
sha1 'f9648580dd1a6a093fa16d7c28cf5aeefd20f2f0'
- resource "docutils" do
- url "https://pypi.python.org/packages/source/d/docutils/docutils-0.11.tar.gz"
- sha1 "3894ebcbcbf8aa54ce7c3d2c8f05460544912d67"
- end
-
def install
ENV.minimal_optimization if MacOS.version <= :snow_leopard
- (buildpath/"doc").install resource("docutils").files("docutils")
-
- system "make", "doc", "PREFIX=#{prefix}"
- system "make", "install-doc", "PREFIX=#{prefix}"
-
system "make", "PREFIX=#{prefix}", "install-bin"
# Install man pages, which come pre-built in source releases
man1.install 'doc/hg.1'