From f83ca11deef85aeabf301ea8422719e9aa6d3ad4 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 27 Aug 2015 12:13:24 -0700 Subject: [PATCH] insert omissions to "info.rkt" --- info.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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