Use #lang info
instead of #lang setup/infotab
.
This commit is contained in:
parent
14207682d3
commit
5a7ca7ebb5
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "algol60")
|
(define collection "algol60")
|
||||||
(define build-deps '("scribble-lib"
|
(define build-deps '("scribble-lib"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
;; The "base" package exists only as a way to declare dependencies
|
;; The "base" package exists only as a way to declare dependencies
|
||||||
;; on the current Racket core. If the core gets smaller in the
|
;; on the current Racket core. If the core gets smaller in the
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
"scribble-lib"
|
"scribble-lib"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("mzlib.scrbl" (multi-page) (legacy))))
|
(define scribblings '(("mzlib.scrbl" (multi-page) (legacy))))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define deps '("base" "net-lib"))
|
(define deps '("base" "net-lib"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define raco-commands
|
(define raco-commands
|
||||||
'(("make" compiler/commands/make "compile source to bytecode" 100)
|
'(("make" compiler/commands/make "compile source to bytecode" 100)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "contract-profile")
|
(define collection "contract-profile")
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("contract-profile.scrbl" () (tool-library))))
|
(define scribblings '(("contract-profile.scrbl" () (tool-library))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define deps '("base"))
|
(define deps '("base"))
|
||||||
(define build-deps '("rackunit-lib"))
|
(define build-deps '("rackunit-lib"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "datalog")
|
(define collection "datalog")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "deinprogramm")
|
(define collection "deinprogramm")
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("deinprogramm.scrbl" (multi-page) (teaching -21))))
|
(define scribblings '(("deinprogramm.scrbl" (multi-page) (teaching -21))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "DeinProgramm - Signatures")
|
(define name "DeinProgramm - Signatures")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "distro-build")
|
(define collection "distro-build")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("draw.scrbl" (multi-page) (racket-core -21))))
|
(define scribblings '(("draw.scrbl" (multi-page) (racket-core -21))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define tools '(("time-keystrokes.rkt")))
|
(define tools '(("time-keystrokes.rkt")))
|
||||||
(define tool-names '("Time Keystrokes"))
|
(define tool-names '("Time Keystrokes"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define drracket-tools (list (list "tool.rkt")))
|
(define drracket-tools (list (list "tool.rkt")))
|
||||||
(define drracket-tool-names (list "Browser"))
|
(define drracket-tool-names (list "Browser"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
;(define tools '("sprof.rkt"))
|
;(define tools '("sprof.rkt"))
|
||||||
;(define tool-names '("Sampling Profiler"))
|
;(define tool-names '("Sampling Profiler"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define tools '(("debug-tool.rkt")))
|
(define tools '(("debug-tool.rkt")))
|
||||||
(define tool-names '("Graphical Debugger"))
|
(define tool-names '("Graphical Debugger"))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("bug-report.scrbl")))
|
(define scribblings '(("bug-report.scrbl")))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define drracket-tools '(["tool.rkt"]))
|
(define drracket-tools '(["tool.rkt"]))
|
||||||
(define drracket-tool-names '("Macro Stepper"))
|
(define drracket-tool-names '("Macro Stepper"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define tools '(("tool.rkt")))
|
(define tools '(("tool.rkt")))
|
||||||
(define tool-names '("RackUnit DrRacket integration"))
|
(define tool-names '("RackUnit DrRacket integration"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define tools (list "time-stamp.rkt"))
|
(define tools (list "time-stamp.rkt"))
|
||||||
(define tool-names (list "Repository Time Stamp"))
|
(define tool-names (list "Repository Time Stamp"))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("drracket.scrbl" (multi-page) (racket-core -25))))
|
(define scribblings '(("drracket.scrbl" (multi-page) (racket-core -25))))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("tools.scrbl" (multi-page) (tool -100))))
|
(define scribblings '(("tools.scrbl" (multi-page) (tool -100))))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("plt-installer.scrbl")))
|
(define scribblings '(("plt-installer.scrbl")))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define tools (list '("tool.rkt")))
|
(define tools (list '("tool.rkt")))
|
||||||
(define tool-names (list "Slideshow"))
|
(define tool-names (list "Slideshow"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define tools (list "tool.rkt"))
|
(define tools (list "tool.rkt"))
|
||||||
(define tool-names (list "Version"))
|
(define tool-names (list "Version"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "eopl")
|
(define collection "eopl")
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("errortrace.scrbl" (multi-page) (tool-library))))
|
(define scribblings '(("errortrace.scrbl" (multi-page) (tool-library))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define build-deps '("base"
|
(define build-deps '("base"
|
||||||
"errortrace-lib"
|
"errortrace-lib"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define deps '("base"))
|
(define deps '("base"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define compile-omit-paths '("demo"))
|
(define compile-omit-paths '("demo"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "frtime")
|
(define collection "frtime")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
(define name "FrTime Tool")
|
(define name "FrTime Tool")
|
||||||
|
|
||||||
(define tools '("frtime-tool.rkt"))
|
(define tools '("frtime-tool.rkt"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define deps '("base"
|
(define deps '("base"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings
|
(define scribblings
|
||||||
'(("scribblings/future-visualizer.scrbl" (multi-page) (tool))))
|
'(("scribblings/future-visualizer.scrbl" (multi-page) (tool))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "aces.rkt")
|
(define game "aces.rkt")
|
||||||
(define game-set "Card Games")
|
(define game-set "Card Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "blackjack.rkt")
|
(define game "blackjack.rkt")
|
||||||
(define game-set "Card Games")
|
(define game-set "Card Games")
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("cards.scrbl" () (gui-library))))
|
(define scribblings '(("cards.scrbl" () (gui-library))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "chat-noir-unit.rkt")
|
(define game "chat-noir-unit.rkt")
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "checkers.rkt")
|
(define game "checkers.rkt")
|
||||||
(define game-set "Board Games")
|
(define game-set "Board Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "Crazy 8s")
|
(define name "Crazy 8s")
|
||||||
(define game "crazy8s.rkt")
|
(define game "crazy8s.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "GCalc")
|
(define name "GCalc")
|
||||||
(define game "gcalc.rkt")
|
(define game "gcalc.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "Rummy")
|
(define name "Rummy")
|
||||||
(define game "ginrummy.rkt")
|
(define game "ginrummy.rkt")
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("gl-board-game.scrbl" () (gui-library))))
|
(define scribblings '(("gl-board-game.scrbl" () (gui-library))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "gobblet.rkt")
|
(define game "gobblet.rkt")
|
||||||
(define game-set "Board Games")
|
(define game-set "Board Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "Go Fish")
|
(define name "Go Fish")
|
||||||
(define game "gofish.rkt")
|
(define game "gofish.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "games")
|
(define collection "games")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "jewel.rkt")
|
(define game "jewel.rkt")
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
(define game "lights-out.rkt")
|
(define game "lights-out.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "memory.rkt")
|
(define game "memory.rkt")
|
||||||
(define game-set "Card Games")
|
(define game-set "Card Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "Minesweeper")
|
(define name "Minesweeper")
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "paint-by-numbers.rkt")
|
(define game "paint-by-numbers.rkt")
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "parcheesi.rkt")
|
(define game "parcheesi.rkt")
|
||||||
(define game-set "Board Games")
|
(define game-set "Board Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "pousse.rkt")
|
(define game "pousse.rkt")
|
||||||
(define game-set "Board Games")
|
(define game-set "Board Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
(define game "same.rkt")
|
(define game "same.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
(define game "slidey.rkt")
|
(define game "slidey.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game "spider.rkt")
|
(define game "spider.rkt")
|
||||||
(define game-set "Card Games")
|
(define game-set "Card Games")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define game-set "Puzzle Games")
|
(define game-set "Puzzle Games")
|
||||||
(define game "game.rkt")
|
(define game "game.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("mrlib.scrbl" (multi-page) (gui-library))))
|
(define scribblings '(("mrlib.scrbl" (multi-page) (gui-library))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("framework.scrbl" (multi-page) (gui-library 100))))
|
(define scribblings '(("framework.scrbl" (multi-page) (gui-library 100))))
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("gui.scrbl" (multi-page) (racket-core -22))))
|
(define scribblings '(("gui.scrbl" (multi-page) (racket-core -22))))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("string-constants.scrbl" () (gui-library))))
|
(define scribblings '(("string-constants.scrbl" () (gui-library))))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("scribblings/embedded-gui.scrbl" (multi-page) (gui-library))))
|
(define scribblings '(("scribblings/embedded-gui.scrbl" (multi-page) (gui-library))))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define compile-omit-paths 'all)
|
(define compile-omit-paths 'all)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define version '(400))
|
(define version '(400))
|
||||||
(define post-install-collection "installer.rkt")
|
(define post-install-collection "installer.rkt")
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define compile-omit-paths '("tests"))
|
(define compile-omit-paths '("tests"))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define post-install-collection "installer.rkt")
|
(define post-install-collection "installer.rkt")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection "honu")
|
(define collection "honu")
|
||||||
(define deps '("macro-debugger"
|
(define deps '("macro-debugger"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("honu.scrbl" (multi-page user-doc) (experimental 40))))
|
(define scribblings '(("honu.scrbl" (multi-page user-doc) (experimental 40))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("graphics.scrbl" (multi-page) (legacy))
|
(define scribblings '(("graphics.scrbl" (multi-page) (legacy))
|
||||||
("turtles.scrbl" (multi-page) (gui-library))))
|
("turtles.scrbl" (multi-page) (gui-library))))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("htdp.scrbl")))
|
(define scribblings '(("htdp.scrbl")))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("htdp-langs.scrbl" (multi-page) (teaching -12))
|
(define scribblings '(("htdp-langs.scrbl" (multi-page) (teaching -12))
|
||||||
("htdp-ptr.scrbl" () (teaching -11))))
|
("htdp-ptr.scrbl" () (teaching -11))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("scribblings/stepper.scrbl")))
|
(define scribblings '(("scribblings/stepper.scrbl")))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("teachpack.scrbl" (multi-page) (teaching -13))))
|
(define scribblings '(("teachpack.scrbl" (multi-page) (teaching -13))))
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
(define scribblings '(("test-engine.scrbl" () (tool-library))))
|
(define scribblings '(("test-engine.scrbl" () (tool-library))))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "HtDP/2e Teachpacks")
|
(define name "HtDP/2e Teachpacks")
|
||||||
(define compile-omit-paths
|
(define compile-omit-paths
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "HtDP Teachpacks")
|
(define name "HtDP Teachpacks")
|
||||||
(define compile-omit-paths
|
(define compile-omit-paths
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define name "HtDP Languages")
|
(define name "HtDP Languages")
|
||||||
(define tools (list "htdp-langs.rkt"))
|
(define tools (list "htdp-langs.rkt"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define drracket-tools '(("stepper+xml-tool.rkt")))
|
(define drracket-tools '(("stepper+xml-tool.rkt")))
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define release-notes (list (list "Teachpacks" "HISTORY.txt")))
|
(define release-notes (list (list "Teachpacks" "HISTORY.txt")))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define tools (list (list "test-tool.scm")))
|
(define tools (list (list "test-tool.scm")))
|
||||||
(define tool-names '("Test Engine"))
|
(define tool-names '("Test Engine"))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
;; the XML tool has been moved to the stepper collection, so that the
|
;; the XML tool has been moved to the stepper collection, so that the
|
||||||
;; stepper can create xml snips. See collects/stepper/tool.rkt for (a
|
;; stepper can create xml snips. See collects/stepper/tool.rkt for (a
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("html.scrbl" () (parsing-library))))
|
(define scribblings '(("html.scrbl" () (parsing-library))))
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user