]> granicus.if.org Git - python/commitdiff
Merged revisions 72787 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 19 May 2010 00:10:00 +0000 (00:10 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 19 May 2010 00:10:00 +0000 (00:10 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72787 | ronald.oussoren | 2009-05-19 19:06:38 +0000 (Di, 19 Mai 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 5e37f36da65fe40c59f52629945adb2ea7c20e92..da515be0257c8077a0af73d9760928feee9ef060 100644 (file)
@@ -829,7 +829,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 \