9 lines
329 B
Scheme
9 lines
329 B
Scheme
(module info setup/infotab
|
|
(define name "HtDP Teachpacks")
|
|
(define compile-omit-files
|
|
'("hangman-world.ss" "hangman-world-play.ss"
|
|
;; TEMPORARY DISABLE THESE FILES UNTIL FIXED
|
|
;; "matrix.ss" "matrix-client.ss" "matrix-invisible.ss"
|
|
;; "matrix-render-sig.ss" "matrix-sig.ss" "matrix-unit.ss"
|
|
)))
|