[Python-checkins] CVS: python/dist/src Makefile.in,1.82,1.83

Guido van Rossum guido@cnri.reston.va.us
Mon, 28 Feb 2000 14:52:56 -0500 (EST)


Update of /projects/cvsroot/python/dist/src
In directory eric:/projects/python/develop/guido/src

Modified Files:
	Makefile.in 
Log Message:
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.)


Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Makefile.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** Makefile.in	2000/02/10 17:23:44	1.82
--- Makefile.in	2000/02/28 19:52:53	1.83
***************
*** 290,294 ****
  PLATDIR=	plat-$(MACHDEP)
  MACHDEPS=	$(PLATDIR)
! LIBSUBDIRS=	lib-stdwin lib-tk test test/output $(MACHDEPS)
  libinstall:	python $(srcdir)/Lib/$(PLATDIR)
  		@for i in $(SCRIPTDIR) $(LIBDEST); \
--- 290,294 ----
  PLATDIR=	plat-$(MACHDEP)
  MACHDEPS=	$(PLATDIR)
! LIBSUBDIRS=	lib-old lib-tk test test/output $(MACHDEPS)
  libinstall:	python $(srcdir)/Lib/$(PLATDIR)
  		@for i in $(SCRIPTDIR) $(LIBDEST); \