prevent compilation for files with images

This commit is contained in:
Matthias Felleisen 2012-12-22 13:02:03 -05:00
parent 613bb3e16c
commit b78d251c70

18
collects/realm/info.rkt Normal file
View File

@ -0,0 +1,18 @@
#lang setup/infotab
(define name "Realm of Racket Source Code")
(define compile-omit-paths
'(
; "10-12"
; "chapter2"
"chapter5/ufo-source.rkt"
; "chapter6"
; "chapter8"
; "chapter10"
; "chapter12"
; "chapter13"
; "chapter14"
))
; (define scribblings '(("htdp.scrbl")))