move release notes in appropriate packages

A collection declares release notes with a `release-notes' field in
"info.rkt".

The "doc" directory is now populated exclusively by generated content,
instead of having a static "release-notes" directory (and a "keep-dirs.rktd"
file to record the static directories).

original commit: fa6f56fcb118a99a803697de6cdc7ee7fd9688a4
This commit is contained in:
Matthew Flatt 2013-06-19 20:25:12 -06:00
parent 789b158882
commit b7a6b9381c
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#lang setup/infotab
(define release-notes '(("Typed Racket" "HISTORY.txt")))