]> gitweb.factorcode.org Git - factor.git/commitdiff
add note to deploy docs that «deploy» creates a bundle directory with all the parts...
authorJoe Groff <arcata@gmail.com>
Thu, 1 Apr 2010 22:23:29 +0000 (15:23 -0700)
committerJoe Groff <arcata@gmail.com>
Thu, 1 Apr 2010 22:25:08 +0000 (15:25 -0700)
basis/tools/deploy/deploy-docs.factor

index 169fdd501abf250225b0bb77d1829a85b0fe36b5..27c5bbccf108096a8f87c85eb9e3a9b5344ea976 100755 (executable)
@@ -17,8 +17,7 @@ $nl
 
 ARTICLE: "tools.deploy.usage" "Deploy tool usage"
 "Once the necessary deployment flags have been set, the application can be deployed:"
-{ $subsections deploy }
-{ $subsections deploy-image-only }
+{ $subsections deploy deploy-image-only }
 "For example, you can deploy the " { $vocab-link "hello-ui" } " demo which comes with Factor. Note that this demo already has a deployment configuration, so nothing needs to be configured:"
 { $code "\"hello-ui\" deploy" }
 { $list
@@ -62,7 +61,7 @@ ABOUT: "tools.deploy"
 
 HELP: deploy
 { $values { "vocab" "a vocabulary specifier" } }
-{ $description "Deploys " { $snippet "vocab" } " into a packaged application. This will create a directory containing the Factor VM, a deployed image set up to run the " { $link POSTPONE: MAIN: } " entry point of " { $snippet "vocab" } " at startup, and any " { $link "deploy-resources" } " and shared libraries the application depends on." } ;
+{ $description "Deploys " { $snippet "vocab" } " into a packaged application. This will create a directory containing the Factor VM, a deployed image set up to run the " { $link POSTPONE: MAIN: } " entry point of " { $snippet "vocab" } " at startup, and any " { $link "deploy-resources" } " and shared libraries the application depends on. On Mac OS X, the deployment directory will be a standard " { $snippet ".app" } " bundle executable from Finder. To only generate the Factor image, use " { $link deploy-image-only } "." } ;
 
 HELP: deploy-image-only
 { $values { "vocab" "a vocabulary specifier" } { "image" "a pathname" } }