note on the compile-time error
This commit is contained in:
parent
ad091fdf3a
commit
3ccffb4948
4
Makefile
4
Makefile
|
@ -44,8 +44,8 @@ cs019-doc:
|
||||||
|
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
raco setup --no-docs -P dyoo whalesong.plt 1 6
|
raco setup --no-docs -P dyoo whalesong.plt 1 5
|
||||||
|
|
||||||
|
|
||||||
planet-link:
|
planet-link:
|
||||||
raco planet link dyoo whalesong.plt 1 6 .
|
raco planet link dyoo whalesong.plt 1 5 .
|
|
@ -71,6 +71,14 @@ dependencies, and its documentation. When it finally finishes,
|
||||||
you should see a @filepath{whalesong} launcher in the current
|
you should see a @filepath{whalesong} launcher in the current
|
||||||
directory.
|
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}
|
@section{Examples}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user