From e53903c6757e6516259b6d7066aa1c7d30342d82 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 10 Jun 2000 23:08:21 +0000 Subject: [PATCH] Install the contents of the Lib/curses directory --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1b7179208ac..ac52a30c95a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,7 +290,7 @@ maninstall: PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \ - distutils distutils/command $(MACHDEPS) + distutils distutils/command curses $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \