From 456f2bb5bc640f335ab618545203b27bccb35a95 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Mon, 29 Aug 2011 09:17:43 -0400 Subject: [PATCH] quickly sketching cs19 docs --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71a49d0..b49334e 100644 --- a/Makefile +++ b/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