racket/collects/htdp/info.rkt
Eli Barzilay 43ef402274 Don't compile test files.
(Didn't touch the tiny "test-docs-complete" tests.)
2012-03-13 10:29:13 -04:00

9 lines
183 B
Racket

#lang setup/infotab
(define name "HtDP Teachpacks")
(define compile-omit-paths
'("hangman-world.rkt" "hangman-world-play.rkt"
"tests"))
(define scribblings '(("htdp.scrbl")))