prevent compilation for files with images
This commit is contained in:
parent
613bb3e16c
commit
b78d251c70
18
collects/realm/info.rkt
Normal file
18
collects/realm/info.rkt
Normal 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")))
|
Loading…
Reference in New Issue
Block a user