Fix building of Idle applet.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 2003 16:30:24 +0000 (16:30 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 2003 16:30:24 +0000 (16:30 +0000)
Mac/OSX/Makefile

index 9b72ebb9ff92a2050f86db8a865ae4d95d5ecc78..a3ca1ffa02ee74716ec09f8a88c26314bbf30879 100644 (file)
@@ -142,12 +142,8 @@ install_IDLE: $(INSTALLED_PYTHONW)
                        $(srcdir)/Tools/idle/idle ; \
                $(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
                        --output $(PYTHONAPPSDIR)/IDLE.app \
-                       --extra $(srcdir)/Tools/idle \
+                       --extra $(srcdir)/Tools/idle:Contents/Resources/idlelib \
                        $(srcdir)/Tools/idle/idle ; \
-               echo mv $(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idle \
-                       $(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idlelib; \
-               mv $(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idle \
-                       $(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idlelib; \
        fi