From f07f1c990d7a148e6bb5f4b6f36d2b7ba563e56e Mon Sep 17 00:00:00 2001 From: Vincent Lee Date: Thu, 19 May 2022 17:42:03 -0700 Subject: [PATCH] Exclude presentation from compilation --- info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/info.rkt b/info.rkt index e30ffb9..9912765 100644 --- a/info.rkt +++ b/info.rkt @@ -11,5 +11,6 @@ "rackunit-lib" "scribble-lib" "threading-doc")) +(define compile-omit-paths '("presentation")) (define test-omit-paths '("presentation")) (define scribblings '(("scribblings/r16.scrbl" ()))) -- 2.45.2