From 0f7bd3ce9fd4e78d4b1db60b68dff9442dc1b1ec Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 24 Apr 2000 14:57:21 +0000 Subject: Added site-packages. (Sorry, forgot who submitted this patch.) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 5554297..1b71792 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); \ -- cgit v0.12