mercurial: Style bit

This commit is contained in:
Samuel John 2013-06-03 22:17:37 +02:00
parent 2443386d10
commit 1a11e67534

View file

@ -24,7 +24,6 @@ class Mercurial < Formula
if python.from_osx? && !MacOS::CLT.installed? if python.from_osx? && !MacOS::CLT.installed?
# Help castrated system python on Xcode find the Python.h: # Help castrated system python on Xcode find the Python.h:
# Setting CFLAGS does not work :-( # Setting CFLAGS does not work :-(
# ENV['CFLAGS'] = "-I#{python.incdir}"
inreplace 'setup.py', 'get_python_inc()', "'#{python.incdir}'" inreplace 'setup.py', 'get_python_inc()', "'#{python.incdir}'"
end end
system "make doc" if build.head? or build.include? 'doc' system "make doc" if build.head? or build.include? 'doc'