From d321efda262d0d508716f60c64daab859a1ad2f0 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 13 Jun 2003 20:49:55 +0000 Subject: [PATCH] Install idlelib and idlelib/Icons as well. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index f319b22a84..91fdbd8acd 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -644,7 +644,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages 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 \ + logging bsddb bsddb/test csv idlelib idlelib/Icons \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ -- 2.50.1