[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.68,1.69

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 03 Dec 2001 10:51:44 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv5043

Modified Files:
	Makefile.pre.in 
Log Message:
LIBSUBDIRS: Add test/data so it gets installed and test_email.py can
pass.  Closes SF # 485080


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** Makefile.pre.in	2001/12/02 13:02:32	1.68
--- Makefile.pre.in	2001/12/03 18:51:41	1.69
***************
*** 581,586 ****
  MACHDEPS=	$(PLATDIR)
  XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
! LIBSUBDIRS=	lib-old lib-tk site-packages test test/output encodings \
! 		email compiler hotshot \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(PYTHON) $(srcdir)/Lib/$(PLATDIR)
--- 581,586 ----
  MACHDEPS=	$(PLATDIR)
  XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
! LIBSUBDIRS=	lib-old lib-tk site-packages test test/output test/data \
! 		encodings email compiler hotshot \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(PYTHON) $(srcdir)/Lib/$(PLATDIR)