racket/collects/setup
Eli Barzilay 699c40643d * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629
2008-02-12 10:33:01 +00:00
..
infotab/lang switched info.ss files to #lang 2008-02-04 23:00:35 +00:00
private clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u 2008-01-27 14:20:42 +00:00
configtab.ss 369.4 2007-01-12 07:09:56 +00:00
dirs.ss 369.10 2007-04-20 01:16:15 +00:00
getinfo.ss fix some minor bug and typos in previous commit 2008-02-05 00:22:33 +00:00
info.ss switched info.ss files to #lang 2008-02-04 23:00:35 +00:00
infotab.ss switched info.ss files to #lang 2008-02-04 23:00:35 +00:00
main-collects.ss minor 2008-02-10 05:40:06 +00:00
main-doc.ss minor 2008-02-10 05:40:06 +00:00
main.lch rename setup.lch to create the right kind of launcher under Windows 2007-12-07 17:59:52 +00:00
main.ss refine note on setup/main 2008-02-09 13:02:59 +00:00
option-sig.ss add -U to avoid compiling user-specific collects 2008-02-08 19:54:42 +00:00
option-unit.ss add -U to avoid compiling user-specific collects 2008-02-08 19:54:42 +00:00
pack.ss add master index 2008-01-12 18:32:30 +00:00
path-relativize.ss minor 2008-02-10 05:40:06 +00:00
plt-installer-sig.ss merged units branch 2006-12-05 20:31:14 +00:00
plt-installer-unit.ss merged units branch 2006-12-05 20:31:14 +00:00
plt-installer.ss merged units branch 2006-12-05 20:31:14 +00:00
plt-single-installer.ss clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u 2008-01-27 14:20:42 +00:00
scribble.ss finish mzlib docs, except for contracts 2008-02-11 21:37:03 +00:00
setup-cmdline.ss fix syntax-local-expand/capture-lifts 2008-02-10 15:52:46 +00:00
setup-go.ss add -U to avoid compiling user-specific collects 2008-02-08 19:54:42 +00:00
setup-unit.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
unixstyle-install.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
unpack.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
variant.ss 369.4 2007-01-12 07:09:56 +00:00
winvers-change.ss fix misc stuff, include .exp files in changes too 2006-05-29 07:22:18 +00:00
winvers.ss fix winvers script 2008-01-05 23:06:05 +00:00
xref.ss start scribbling mzlib (about half done) 2008-02-05 22:07:35 +00:00