adjust info.rkt files for new htdp-doc pkg
This commit is contained in:
parent
61b61c9ef9
commit
8091e51c78
3
pkgs/htdp-pkgs/htdp-doc/htdp/info.rkt
Normal file
3
pkgs/htdp-pkgs/htdp-doc/htdp/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(("htdp.scrbl")))
|
15
pkgs/htdp-pkgs/htdp-doc/info.rkt
Normal file
15
pkgs/htdp-pkgs/htdp-doc/info.rkt
Normal file
|
@ -0,0 +1,15 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps
|
||||
'("base"
|
||||
"scribble-lib"
|
||||
"at-exp-lib"
|
||||
"draw-lib"
|
||||
"gui-lib"
|
||||
"htdp-lib"
|
||||
"sandbox-lib"
|
||||
))
|
||||
(define build-deps '(#;"at-exp-lib"
|
||||
#;"rackunit-lib"))
|
4
pkgs/htdp-pkgs/htdp-doc/stepper/info.rkt
Normal file
4
pkgs/htdp-pkgs/htdp-doc/stepper/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(("scribblings/stepper.scrbl")))
|
||||
|
4
pkgs/htdp-pkgs/htdp-doc/teachpack/info.rkt
Normal file
4
pkgs/htdp-pkgs/htdp-doc/teachpack/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(("teachpack.scrbl" (multi-page) (teaching -13))))
|
||||
|
2
pkgs/htdp-pkgs/htdp-doc/test-engine/info.rkt
Normal file
2
pkgs/htdp-pkgs/htdp-doc/test-engine/info.rkt
Normal file
|
@ -0,0 +1,2 @@
|
|||
#lang setup/infotab
|
||||
(define scribblings '(("test-engine.scrbl" () (tool-library))))
|
|
@ -5,4 +5,3 @@
|
|||
'("hangman-world.rkt" "hangman-world-play.rkt"
|
||||
"tests"))
|
||||
|
||||
(define scribblings '(("htdp.scrbl")))
|
||||
|
|
|
@ -2,23 +2,25 @@
|
|||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("base"
|
||||
"compatibility-lib"
|
||||
"draw-lib"
|
||||
"errortrace-lib"
|
||||
"gui-lib"
|
||||
"images"
|
||||
"pconvert-lib"
|
||||
"r5rs-lib"
|
||||
"sandbox-lib"
|
||||
"scribble-lib"
|
||||
"slideshow-lib"
|
||||
"snip-lib"
|
||||
"string-constants-lib"
|
||||
"typed-racket-lib"
|
||||
"web-server-lib"
|
||||
"wxme-lib"
|
||||
"drracket"
|
||||
"deinprogramm"))
|
||||
(define deps
|
||||
'("base"
|
||||
"compatibility-lib"
|
||||
"draw-lib"
|
||||
"errortrace-lib"
|
||||
"gui-lib"
|
||||
"htdp-doc"
|
||||
"images"
|
||||
"pconvert-lib"
|
||||
"r5rs-lib"
|
||||
"sandbox-lib"
|
||||
"scribble-lib"
|
||||
"slideshow-lib"
|
||||
"snip-lib"
|
||||
"string-constants-lib"
|
||||
"typed-racket-lib"
|
||||
"web-server-lib"
|
||||
"wxme-lib"
|
||||
"drracket"
|
||||
"deinprogramm"))
|
||||
(define build-deps '("at-exp-lib"
|
||||
"rackunit-lib"))
|
||||
|
|
|
@ -6,5 +6,4 @@
|
|||
|
||||
(define drracket-tool-icons (list '("stepper-32x32.png" "icons")))
|
||||
|
||||
(define scribblings '(("scribblings/stepper.scrbl")))
|
||||
(define release-notes (list (list "Stepper" "HISTORY.txt")))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(("teachpack.scrbl" (multi-page) (teaching -13))))
|
||||
(define release-notes (list (list "Teachpacks" "HISTORY.txt")))
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
(define tools (list (list "test-tool.scm")))
|
||||
(define tool-names '("Test Engine"))
|
||||
|
||||
(define scribblings '(("test-engine.scrbl" () (tool-library))))
|
||||
|
|
6
pkgs/htdp-pkgs/htdp/info.rkt
Normal file
6
pkgs/htdp-pkgs/htdp/info.rkt
Normal file
|
@ -0,0 +1,6 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("htdp-lib" "htdp-doc"))
|
||||
(define implies '("htdp-lib" "htdp-doc"))
|
Loading…
Reference in New Issue
Block a user