[Python-checkins] python/dist/src Makefile.pre.in,1.129,1.130

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 13 Jun 2003 13:49:57 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv21364

Modified Files:
	Makefile.pre.in 
Log Message:
Install idlelib and idlelib/Icons as well.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** Makefile.pre.in	13 Jun 2003 20:35:41 -0000	1.129
--- Makefile.pre.in	13 Jun 2003 20:49:55 -0000	1.130
***************
*** 645,649 ****
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output test/data \
  		encodings email email/test email/test/data compiler hotshot \
! 		logging bsddb bsddb/test csv \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
--- 645,649 ----
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output test/data \
  		encodings email email/test email/test/data compiler hotshot \
! 		logging bsddb bsddb/test csv idlelib idlelib/Icons \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)