mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
This patch ensures that the pydoc_data package gets installed. This is needed
to make it possible to use pydoc to get access to the language reference. That is, without this patch the folllowing won't work: >>> help('if')
This commit is contained in:
parent
50f362fffa
commit
f44c6540fb
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
|
||||||
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
|
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
|
||||||
multiprocessing multiprocessing/dummy \
|
multiprocessing multiprocessing/dummy \
|
||||||
lib-old \
|
lib-old \
|
||||||
curses $(MACHDEPS)
|
curses pydoc_data $(MACHDEPS)
|
||||||
libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
|
libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
|
||||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||||
do \
|
do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue