From: Guido van Rossum Date: Mon, 24 Apr 2000 14:57:21 +0000 (+0000) Subject: Added site-packages. (Sorry, forgot who submitted this patch.) X-Git-Tag: v2.0b1~1957 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f7bd3ce9fd4e78d4b1db60b68dff9442dc1b1ec;p=python Added site-packages. (Sorry, forgot who submitted this patch.) --- diff --git a/Makefile.in b/Makefile.in index 555429706e..1b7179208a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,7 +289,7 @@ maninstall: # Install the library PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) -LIBSUBDIRS= lib-old lib-tk test test/output encodings \ +LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \ distutils distutils/command $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \