Remove a bunch of no-longer-needed `compile-omit-paths', and move the

few ones into the subcollections.
This commit is contained in:
Eli Barzilay 2011-08-29 16:21:16 -04:00
parent d8029e4fca
commit e788903d0e
7 changed files with 21 additions and 33 deletions

View File

@ -1,5 +1,7 @@
#lang setup/infotab
(define tools '(("time-keystrokes.rkt" "drracket")))
(define tool-names '("Time Keystrokes"))
(define compile-omit-paths
'("image-and-comment-box.rkt"))

View File

@ -0,0 +1,3 @@
#lang setup/infotab
(define compile-omit-paths 'all)

View File

@ -1,35 +1,3 @@
#lang setup/infotab
(define name "Test Suites")
(define tools '(("time-keystrokes.rkt" "drracket")))
(define tool-names '("Time Keystrokes"))
(define compile-omit-paths
'("2htdp"
"aligned-pasteboard"
"deinprogramm"
"errortrace"
"future"
"gracket"
"honu"
"match"
"macro-debugger"
"mysterx"
"mzcom"
"racket"
"plai"
"planet"
"plot"
"r6rs"
"rackunit"
"srfi"
"srpersist"
"stepper"
"stxparse"
"syntax-color"
"typed-scheme"
"units"
"unstable"
"xml"
"html"
"web-server"))

View File

@ -0,0 +1,4 @@
#lang setup/infotab
;; contains some uncompilable files
(define compile-omit-paths 'all)

View File

@ -0,0 +1,4 @@
#lang setup/infotab
;; refers to a nonexistent planet package
(define compile-omit-paths 'all)

View File

@ -0,0 +1,3 @@
#lang setup/infotab
(define compile-omit-paths 'all)

View File

@ -0,0 +1,4 @@
#lang setup/infotab
;; very slow, and some uncompilable files
(define compile-omit-paths 'all)