From 0bcdd61f10af9739e4b757d879b2a1880907ca09 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Fri, 4 May 2012 16:09:50 -0400 Subject: [PATCH] oops --- make-launcher.rkt | 2 +- scribblings/manual.scrbl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/make-launcher.rkt b/make-launcher.rkt index fdd9730..f3b5899 100644 --- a/make-launcher.rkt +++ b/make-launcher.rkt @@ -724,6 +724,6 @@ (make-racket-launcher (list (path->string whalesong-path)) "whalesong" '()) -(make-racket-launcher (list (path->string whalesong-path)) +(make-racket-launcher (list (path->string whalesong-gui-path)) "whalesong-gui" '()) diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index c6d9b02..e1739af 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -261,11 +261,17 @@ the @filepath{whalesong} launcher: #lang racket/base (require (planet dyoo/whalesong:1:18/make-launcher)) }| + This may take a few minutes, as Racket is compiling Whalesong, its dependencies, and its documentation. When it finally finishes, you should see a @filepath{whalesong} launcher in the current directory. +You should also see a @filepath{whalesong-gui} launcher that includes +a minimal graphical user interface. + + +