diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-05-19 19:06:38 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-05-19 19:06:38 (GMT) |
commit | f44c6540fb416552ff9826f133bb76204af29989 (patch) | |
tree | 2f8c492190c0f3240191f52a1fb270acf4ed0ce7 /Makefile.pre.in | |
parent | 50f362fffa768e17544f29eb6001fbb3d86c02aa (diff) | |
download | cpython-f44c6540fb416552ff9826f133bb76204af29989.zip cpython-f44c6540fb416552ff9826f133bb76204af29989.tar.gz cpython-f44c6540fb416552ff9826f133bb76204af29989.tar.bz2 |
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')
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 8f91f88..f6844f9 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -837,7 +837,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ multiprocessing multiprocessing/dummy \ lib-old \ - curses $(MACHDEPS) + curses pydoc_data $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ |