Added site-packages. (Sorry, forgot who submitted this patch.)

This commit is contained in:
Guido van Rossum 2000-04-24 14:57:21 +00:00
parent e56b4cf804
commit 0f7bd3ce9f
1 changed files with 1 additions and 1 deletions

View File

@ -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); \