From e2ff8be761a5c4958572d2aa6c9ee247e3c90c85 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 2 Jul 2003 09:20:09 +0000 Subject: [PATCH] Moved the IDE tutorial to a directory with a shorter name. The long name was giving problems with some tar implementations. --- Mac/OSX/Makefile | 2 +- .../{macpython_ide_tutorial => ide}/IDE.gif | Bin .../entering_in_new_window.gif | Bin .../{macpython_ide_tutorial => ide}/hello_world.gif | Bin .../{macpython_ide_tutorial => ide}/index.html | 0 .../{macpython_ide_tutorial => ide}/loading_ide.gif | Bin .../making_new_window.gif | Bin .../new_ide_window.gif | Bin .../new_window_made.gif | Bin .../output_window.gif | Bin .../saving_edited_file.gif | Bin .../simple_commands.gif | Bin .../syntax_error.gif | Bin .../English.lproj/Documentation/index.html | 2 +- .../English.lproj/Documentation/intro.html | 2 +- 15 files changed, 3 insertions(+), 3 deletions(-) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/IDE.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/entering_in_new_window.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/hello_world.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/index.html (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/loading_ide.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/making_new_window.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/new_ide_window.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/new_window_made.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/output_window.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/saving_edited_file.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/simple_commands.gif (100%) rename Mac/OSXResources/app/Resources/English.lproj/Documentation/{macpython_ide_tutorial => ide}/syntax_error.gif (100%) diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 5720069998..3ba49760f2 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 diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/IDE.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/IDE.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/IDE.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/IDE.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/entering_in_new_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/entering_in_new_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/entering_in_new_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/entering_in_new_window.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/hello_world.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/hello_world.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/hello_world.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/hello_world.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/index.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/index.html similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/index.html rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/index.html diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/loading_ide.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/loading_ide.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/loading_ide.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/loading_ide.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/making_new_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/making_new_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/making_new_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/making_new_window.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_ide_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_ide_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_ide_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_ide_window.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_window_made.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_window_made.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/new_window_made.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/new_window_made.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/output_window.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/output_window.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/output_window.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/output_window.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/saving_edited_file.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/saving_edited_file.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/saving_edited_file.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/saving_edited_file.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/simple_commands.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/simple_commands.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/simple_commands.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/simple_commands.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/syntax_error.gif b/Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/syntax_error.gif similarity index 100% rename from Mac/OSXResources/app/Resources/English.lproj/Documentation/macpython_ide_tutorial/syntax_error.gif rename to Mac/OSXResources/app/Resources/English.lproj/Documentation/ide/syntax_error.gif diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html index 34e1042e5b..ef12c105a0 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html +++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/index.html @@ -22,7 +22,7 @@