Commit a775dd17 authored by Jack Jansen's avatar Jack Jansen

the "idle" script has moved from Lib/idlelib to Tools/scripts.

parent ccabed35
......@@ -157,12 +157,12 @@ install_IDLE:
--python $(INSTALLED_PYTHONW) \
--output $(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app \
--extra $(srcdir)/Lib/idlelib \
$(srcdir)/Lib/idlelib/idle ; \
$(srcdir)/Tools/scripts/idle ; \
$(BUILDPYTHON) $(srcdir)/Mac/scripts/BuildApplet.py \
--python $(INSTALLED_PYTHONW) \
--output $(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app \
--extra $(srcdir)/Lib/idlelib:Contents/Resources/idlelib \
$(srcdir)/Lib/idlelib/idle ; \
$(srcdir)/Tools/scripts/idle ; \
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment