From b7a6b9381cd65b08667560146391cc1f489cbabb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 19 Jun 2013 20:25:12 -0600 Subject: [PATCH] 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 --- .../typed-racket-lib}/typed-racket/HISTORY.txt | 0 pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/info.rkt | 3 +++ 2 files changed, 3 insertions(+) rename {racket/doc/release-notes => pkgs/typed-racket-pkgs/typed-racket-lib}/typed-racket/HISTORY.txt (100%) create mode 100644 pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/info.rkt diff --git a/racket/doc/release-notes/typed-racket/HISTORY.txt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/HISTORY.txt similarity index 100% rename from racket/doc/release-notes/typed-racket/HISTORY.txt rename to pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/HISTORY.txt diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/info.rkt new file mode 100644 index 00000000..e28be3a8 --- /dev/null +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/info.rkt @@ -0,0 +1,3 @@ +#lang setup/infotab + +(define release-notes '(("Typed Racket" "HISTORY.txt")))