Exclude MathJax/ and katex/ from raco setup and raco test.

This commit is contained in:
Georges Dupéron 2016-09-15 23:34:28 +02:00
parent 8a35d2af26
commit d9507573e7

View File

@ -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")