From 048e6103f29d0720d52a64dcecdebdec9eb7c780 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 28 Feb 2000 19:52:53 +0000 Subject: [PATCH] Drop the support level for stdwin a notch -- the contents of lib-stdwin is no longer installed. Increase the support level for other obsolete modules a bit: install lib-old by default. It still isn't in the path by default, but at least it's easier to add to your $PYTHONPATH this way. (This makes sense because in 1.6 we're much more aggressive with declaring modules obsolete.) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c466162310..3a01763acf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -289,7 +289,7 @@ maninstall: # Install the library PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) -LIBSUBDIRS= lib-stdwin lib-tk test test/output $(MACHDEPS) +LIBSUBDIRS= lib-old lib-tk test test/output $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ -- 2.40.0