quickly sketching cs19 docs
This commit is contained in:
parent
bb6c4e120f
commit
456f2bb5bc
10
Makefile
10
Makefile
|
@ -1,9 +1,10 @@
|
|||
# test-analyzer:
|
||||
# raco make -v --disable-inline test-analyzer.rkt
|
||||
# racket test-analyzer.rkt
|
||||
all: planet-link launcher
|
||||
|
||||
launcher:
|
||||
raco make -v --disable-inline whalesong.rkt
|
||||
|
||||
launcher: whalesong
|
||||
racket make-launcher.rkt
|
||||
|
||||
whalesong:
|
||||
|
@ -44,6 +45,11 @@ doc:
|
|||
scribble ++xref-in setup/xref load-collections-xref --redirect-main http://docs.racket-lang.org/ --dest generated-docs --dest-name index.html scribblings/manual.scrbl
|
||||
|
||||
|
||||
cs19-doc:
|
||||
scribble ++xref-in setup/xref load-collections-xref --redirect-main http://docs.racket-lang.org/ --dest generated-docs scribblings/cs19.scrbl
|
||||
|
||||
|
||||
|
||||
setup:
|
||||
raco setup -P dyoo whalesong.plt 1 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user