]> granicus.if.org Git - python/commit
bpo-30492: Allow make clinic to work out of tree. (#1836)
authorGregory P. Smith <greg@krypto.org>
Sat, 27 May 2017 23:40:45 +0000 (16:40 -0700)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 23:40:45 +0000 (16:40 -0700)
commit178418ad6791b6ef5ba610ed93fab75fc1567ad2
treecf11e4194db22aacc506e4521523b7ac689c2341
parent5a346d5dbc1f0f70eca706a8ba19f7645bf17837
bpo-30492: Allow make clinic to work out of tree. (#1836)

* bpo-30492: Allow make clinic to work out of tree.

* Use os.curdir instead of "." as the default value.
Makefile.pre.in
Tools/clinic/clinic.py