redex: "info.rkt" fix for moved documentation

This commit is contained in:
Matthew Flatt 2013-07-06 21:26:00 -06:00
parent b8e20f5a3e
commit 9a3f423c51
3 changed files with 8 additions and 2 deletions

View File

@ -4,4 +4,8 @@
(define deps '("base" "racket-doc"))
(define build-deps '("at-exp-lib"
"scribble-lib"))
"scribble-lib"
"gui-lib"
"htdp-lib"
"pict-lib"
"redex-lib"))

View File

@ -0,0 +1,3 @@
#lang info
(define scribblings (list (list "redex.scrbl" (list 'multi-page) (list 'tool))))

View File

@ -3,7 +3,6 @@
(define collection "redex")
(define name "PLT Redex")
(define scribblings (list (list "redex.scrbl" (list 'multi-page) (list 'tool))))
(define release-notes (list (list "Redex" "HISTORY.txt")))