diff --git a/info.rkt b/info.rkt index 0e091ec..563f247 100644 --- a/info.rkt +++ b/info.rkt @@ -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")) \ No newline at end of file