Changing names for linux deployment to unix

db4
James Cash 2008-04-13 00:27:59 -04:00
parent dca8d463be
commit ef29f46537
7 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ $nl
{ $list
{ "On Mac OS X, this yields a program named " { $snippet "Hello world.app" } "." }
{ "On Windows, it yields a directory named " { $snippet "Hello world" } " containing a program named " { $snippet "hello-ui.exe" } "." }
{ "On Linux, it yields a directory named " { $snippet "Hello world" } " containing a program named " { $snippet "hello-ui" } "." }
{ "On Unix-like systems (Linux, BSD, Solaris, etc), it yields a directory named " { $snippet "Hello world" } " containing a program named " { $snippet "hello-ui" } "." }
}
"In all cases, running the program displays a window with a message."
$nl

View File

@ -7,4 +7,4 @@ IN: tools.deploy
os macosx? [ "tools.deploy.macosx" require ] when
os winnt? [ "tools.deploy.windows" require ] when
os linux? [ "tools.deploy.linux" require ] when
os unix? [ "tools.deploy.unix" require ] when

View File

@ -1 +0,0 @@
Deploying minimal stand-alone Linux binaries

View File

@ -0,0 +1 @@
Deploying minimal stand-alone binaries on *nix-like systems