adjust info.rkt

pull/5/head
Matthew Butterick 8 years ago
parent f4db3731f5
commit b96d0d5e56

@ -4,5 +4,3 @@
(define deps '("base" ["sugar" #:version "0.2"] "rackunit-lib"))
(define update-implies '("sugar"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-doc"))
(define scribblings '(("txexpr/scribblings/txexpr.scrbl" ())))
(define compile-omit-paths '("txexpr/tests.rkt"))

@ -0,0 +1,4 @@
#lang info
(define scribblings '(("scribblings/txexpr.scrbl" ())))
(define compile-omit-paths '("tests.rkt"))
Loading…
Cancel
Save