Exclude MathJax/ and katex/ from raco setup and raco test.
This commit is contained in:
parent
8a35d2af26
commit
d9507573e7
2
info.rkt
2
info.rkt
|
@ -7,6 +7,8 @@
|
||||||
"racket-doc"
|
"racket-doc"
|
||||||
"at-exp-lib"
|
"at-exp-lib"
|
||||||
"scribble-doc"))
|
"scribble-doc"))
|
||||||
|
(define compile-omit-paths '("MathJax" "katex"))
|
||||||
|
(define test-omit-paths '("MathJax" "katex"))
|
||||||
(define scribblings '(("scribblings/scribble-math.scrbl" ())))
|
(define scribblings '(("scribblings/scribble-math.scrbl" ())))
|
||||||
(define pkg-desc "Typesetting math and Asymptote figures in Scribble documents")
|
(define pkg-desc "Typesetting math and Asymptote figures in Scribble documents")
|
||||||
(define version "0.9")
|
(define version "0.9")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user