|
|
|
@ -6,6 +6,6 @@
|
|
|
|
|
(define update-implies '("txexpr" "sugar"))
|
|
|
|
|
(define scribblings '(("scribblings/pollen.scrbl" (multi-page))))
|
|
|
|
|
(define raco-commands '(("pollen" (submod pollen/command raco) "issue Pollen command" #f)))
|
|
|
|
|
(define compile-omit-paths '("test" "tools"))
|
|
|
|
|
(define test-omit-paths '("test/data" "tools"))
|
|
|
|
|
(define compile-omit-paths '("test" "tools" "server-extras" "scribblings/third-tutorial-files"))
|
|
|
|
|
(define test-omit-paths '("test/data" "tools" "server-extras" "scribblings/third-tutorial-files"))
|
|
|
|
|
(define module-suffixes '(#"pp" #"pm" #"pmd" #"ptree"))
|