Kaydet (Commit) b33e789c authored tarafından Guido van Rossum's avatar Guido van Rossum

SF patch #471894: Makefile installs pydoc incorrectly

Add --install-scripts=$(BINDIR) argument to "setup.py install"
invocation.
üst f93befc2
......@@ -731,6 +731,7 @@ libainstall: all
# This goes into $(exec_prefix)
sharedinstall:
./$(PYTHON) -E $(srcdir)/setup.py install \
--install-scripts=$(BINDIR) \
--install-platlib=$(DESTSHARED)
# Install a MacOSX framework During build (before
......
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