diff options
author | Guido van Rossum <guido@python.org> | 2003-06-13 20:49:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-06-13 20:49:55 (GMT) |
commit | d321efda262d0d508716f60c64daab859a1ad2f0 (patch) | |
tree | adad7d7df8bc1544101bfa10135257a90c295e99 /Makefile.pre.in | |
parent | ce74f8ae96b039da995f7f2833f1526487b4406a (diff) | |
download | cpython-d321efda262d0d508716f60c64daab859a1ad2f0.zip cpython-d321efda262d0d508716f60c64daab859a1ad2f0.tar.gz cpython-d321efda262d0d508716f60c64daab859a1ad2f0.tar.bz2 |
Install idlelib and idlelib/Icons as well.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index f319b22..91fdbd8 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); \ |