From: Ronald Oussoren Date: Tue, 19 May 2009 19:06:38 +0000 (+0000) Subject: This patch ensures that the pydoc_data package gets installed. This is needed X-Git-Tag: v2.7a1~1148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44c6540fb416552ff9826f133bb76204af29989;p=thirdparty%2FPython%2Fcpython.git 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') --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 8f91f88485b4..f6844f94860c 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 \