[Python-Dev] addressing distutils inability to track file dependencies

Fredrik Lundh fredrik@pythonware.com
Fri, 14 Jun 2002 20:03:31 +0200


guido wrote:
> I thought that the thing to do this was
> 
>   python setup.py build_ext -i

oh, that's definitely close enough.

that's what you get for reading the docs instead of trying
every combination of the available options ;-)

(maybe someone who knows a little more about distutils
could take an hour and add brief overviews of all standard
commands to the reference section(s)?  just having a list
of all commands and command options would have helped
me, for sure...)

thanks /F