[python-committers] PEP checkin process
skip at pobox.com
skip at pobox.com
Thu Jul 22 21:52:31 CEST 2010
>>>> Just run 'make' in the peps checkout directory.
>>>
>>> That doesn't work for me by default since I don't have python2.5
>>> installed (although it does turn out it can be made to work by
>>> overriding PYTHON as Benjamin suggests). Not only that, but the
>>> makefile builds all the PEPs when I generally only care about the PEP
>>> I'm working on and PEP 0.
>>
>> The "make" should include dependency information to only rebuild the
>> changed documents. :-?.
Martin> And indeed, it does.
Following up on Martin's comment, note that you are not required to make all
PEP outputs. Just make the one(s) you care about at the moment:
% make pep-0008.html
pep-0008.txt (text/plain) -> pep-0008.html
Skip
More information about the python-committers
mailing list