note on the compile-time error

This commit is contained in:
Danny Yoo 2011-11-08 01:47:43 -05:00
parent ad091fdf3a
commit 3ccffb4948
2 changed files with 10 additions and 2 deletions

View File

@ -44,8 +44,8 @@ cs019-doc:
setup:
raco setup --no-docs -P dyoo whalesong.plt 1 6
raco setup --no-docs -P dyoo whalesong.plt 1 5
planet-link:
raco planet link dyoo whalesong.plt 1 6 .
raco planet link dyoo whalesong.plt 1 5 .

View File

@ -71,6 +71,14 @@ dependencies, and its documentation. When it finally finishes,
you should see a @filepath{whalesong} launcher in the current
directory.
If you see the following error message during installation:
@verbatim|{
raco setup: error: during Building docs for ...scribblings/manual.scrbl
raco setup: require: unknown module: 'program
}|
please ignore it: it is due to a bug in Racket's documentation
generator.
@section{Examples}