diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-02 09:20:09 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-02 09:20:09 (GMT) |
commit | e2ff8be761a5c4958572d2aa6c9ee247e3c90c85 (patch) | |
tree | f985859e977e94b3e93fff1eb0d8ad47e0bd77a5 /Mac/OSX | |
parent | b7f6810a1f6180656a42ea0c3f0a9d4ddd7b4f56 (diff) | |
download | cpython-e2ff8be761a5c4958572d2aa6c9ee247e3c90c85.zip cpython-e2ff8be761a5c4958572d2aa6c9ee247e3c90c85.tar.gz cpython-e2ff8be761a5c4958572d2aa6c9ee247e3c90c85.tar.bz2 |
Moved the IDE tutorial to a directory with a shorter name. The long
name was giving problems with some tar implementations.
Diffstat (limited to 'Mac/OSX')
-rw-r--r-- | Mac/OSX/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 5720069..3ba4976 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -46,7 +46,7 @@ APPTEMPLATE=$(srcdir)/Mac/OSXResources/app APPSUBDIRS=MacOS Resources Resources/English.lproj \ Resources/English.lproj/Documentation \ 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 DOCINDEX=$(DOCDIR)/"Documentation idx" CACHERSRC=$(srcdir)/Mac/scripts/cachersrc.py |