]> granicus.if.org Git - python/commitdiff
Merged revisions 72787 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 19 May 2009 19:07:43 +0000 (19:07 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 19 May 2009 19:07:43 +0000 (19:07 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72787 | ronald.oussoren | 2009-05-19 21:06:38 +0200 (Tue, 19 May 2009) | 8 lines

  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')
........

Makefile.pre.in

index f46b7ad47f7bdde659a8a0fb7b10ddad8035d263..8371d846f5ebe154df3d6f3434a75ff202f89967 100644 (file)
@@ -866,7 +866,7 @@ LIBSUBDIRS= tkinter site-packages test test/output test/data \
                importlib/test/import_ importlib/test/source \
                setuptools setuptools/command setuptools/tests setuptools.egg-info \
                multiprocessing multiprocessing/dummy \
-               curses $(MACHDEPS)
+               curses pydoc_data $(MACHDEPS)
 libinstall:    build_all $(srcdir)/Lib/$(PLATDIR)
        @for i in $(SCRIPTDIR) $(LIBDEST); \
        do \