insert omissions to "info.rkt"

pull/102/head
Matthew Butterick 9 years ago
parent b00045f854
commit f83ca11dee

@ -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"))
Loading…
Cancel
Save