From d9507573e7bdb0764ce0cba19e58291daf0c9a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 15 Sep 2016 23:34:28 +0200 Subject: [PATCH] Exclude MathJax/ and katex/ from raco setup and raco test. --- info.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/info.rkt b/info.rkt index 64dee7863..9fa461e60 100644 --- a/info.rkt +++ b/info.rkt @@ -7,6 +7,8 @@ "racket-doc" "at-exp-lib" "scribble-doc")) +(define compile-omit-paths '("MathJax" "katex")) +(define test-omit-paths '("MathJax" "katex")) (define scribblings '(("scribblings/scribble-math.scrbl" ()))) (define pkg-desc "Typesetting math and Asymptote figures in Scribble documents") (define version "0.9")