|
|
@ -7,4 +7,4 @@
|
|
|
|
(define scribblings '(("scribblings/pollen.scrbl" (multi-page))))
|
|
|
|
(define scribblings '(("scribblings/pollen.scrbl" (multi-page))))
|
|
|
|
(define raco-commands '(("pollen" (submod pollen/raco main) "issue Pollen command" #f)))
|
|
|
|
(define raco-commands '(("pollen" (submod pollen/raco main) "issue Pollen command" #f)))
|
|
|
|
(define compile-omit-paths '("tests" "raco.rkt"))
|
|
|
|
(define compile-omit-paths '("tests" "raco.rkt"))
|
|
|
|
(define test-omit-paths '("scribblings" "test-support"))
|
|
|
|
(define test-omit-paths '("test-support"))
|
|
|
|