Commit e2ff8be7 authored by Jack Jansen's avatar Jack Jansen

Moved the IDE tutorial to a directory with a shorter name. The long

name was giving problems with some tar implementations.
parent b7f6810a
...@@ -46,7 +46,7 @@ APPTEMPLATE=$(srcdir)/Mac/OSXResources/app ...@@ -46,7 +46,7 @@ APPTEMPLATE=$(srcdir)/Mac/OSXResources/app
APPSUBDIRS=MacOS Resources Resources/English.lproj \ APPSUBDIRS=MacOS Resources Resources/English.lproj \
Resources/English.lproj/Documentation \ Resources/English.lproj/Documentation \
Resources/English.lproj/Documentation/doc \ Resources/English.lproj/Documentation/doc \
Resources/English.lproj/Documentation/macpython_ide_tutorial Resources/English.lproj/Documentation/ide
DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation DOCDIR=$(srcdir)/Mac/OSXResources/app/Resources/English.lproj/Documentation
DOCINDEX=$(DOCDIR)/"Documentation idx" DOCINDEX=$(DOCDIR)/"Documentation idx"
CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<ul> <ul>
<li><a href="intro.html">What is MacPython?</a> <li><a href="intro.html">What is MacPython?</a>
</li> </li>
<li><a href="macpython_ide_tutorial/index.html">MacPython <li><a href="ide/index.html">MacPython
Integrated Development Environment Introduction</a> Integrated Development Environment Introduction</a>
</li> </li>
<li><a href="doc/index.html">Python Language and runtime documentation</a> <li><a href="doc/index.html">Python Language and runtime documentation</a>
......
...@@ -45,7 +45,7 @@ if you are familiar with Python on unix you should feel right at home.</p> ...@@ -45,7 +45,7 @@ if you are familiar with Python on unix you should feel right at home.</p>
<p>The MacPython Integrated Development Environment (IDE) allows <p>The MacPython Integrated Development Environment (IDE) allows
easy editing, running and debugging of scripts. Read the easy editing, running and debugging of scripts. Read the
<a href="macpython_ide_tutorial/index.html">Introduction <a href="ide/index.html">Introduction
to the IDE</a> to whet your appetite.</p> to the IDE</a> to whet your appetite.</p>
<p>MacPython comes with lots of modules that allow access to <p>MacPython comes with lots of modules that allow access to
......
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