Kaydet (Commit) aece4270 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Install the pydoc script

üst b68ef508
......@@ -600,7 +600,10 @@ def main():
cmdclass = {'build_ext':PyBuildExt},
# The struct module is defined here, because build_ext won't be
# called unless there's at least one extension module defined.
ext_modules=[Extension('struct', ['structmodule.c'])]
ext_modules=[Extension('struct', ['structmodule.c'])],
# Scripts to install
scripts = ['Tools/scripts/pydoc']
)
# --install-platlib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment