Some info.rkt cleanups.
This commit is contained in:
parent
e788903d0e
commit
ffbd9e16ea
|
@ -1,3 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings
|
||||
'(("scribblings/data.scrbl" (multi-page) (library))))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(["scribblings/datalog.scrbl" (multi-page) (language)]))
|
||||
|
||||
(define compile-omit-paths '("tests"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
(define name "db")
|
||||
|
||||
(define scribblings '(("scribblings/db.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;(define mred-launcher-names '("DrScheme"))
|
||||
;(define mred-launcher-libraries '("drscheme.rkt"))
|
|
@ -1,4 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define name "FrTime")
|
||||
|
||||
(define compile-omit-paths '("demos" "tests"))
|
||||
|
|
|
@ -17,4 +17,3 @@
|
|||
(string-constant teaching-languages)
|
||||
(string-constant how-to-design-programs)
|
||||
(string-constant beginning-student))))
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
(define post-install-collection "installer.rkt")
|
||||
|
||||
(define scribblings '(("mzcom.scrbl" () (interop))))
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#lang setup/infotab
|
||||
(define name "picturing-programs")
|
||||
(define categories '(media))
|
||||
(define can-be-loaded-with 'all)
|
||||
(define required-core-version "5.0.0.1")
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
" Extreme Programming unit test frameworks")))
|
||||
|
||||
(define scribblings '(("scribblings/rackunit.scrbl" (multi-page) (tool))))
|
||||
(define tools '[("tool.rkt")])
|
||||
(define tool-names '["RackUnit DrRacket integration"])
|
||||
(define tools '(("tool.rkt")))
|
||||
(define tool-names '("RackUnit DrRacket integration"))
|
||||
|
||||
(define homepage "http://schematics.sourceforge.net/")
|
||||
(define url "http://schematics.sourceforge.net/")
|
||||
;; (define homepage "http://schematics.sourceforge.net/")
|
||||
;; (define url "http://schematics.sourceforge.net/")
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define name "SchemeUnit")
|
|
@ -1,3 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings
|
||||
'(("scribblings/unstable.scrbl" (multi-page) (experimental))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user