>>>> 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
_______________________________________________
python-committers mailing list
python-committers@python.org
http://mail.python.org/mailman/listinfo/python-committers

Reply via email to