diff --git a/collects/meta/dist-specs.ss b/collects/meta/dist-specs.ss index 0e0547c390..0d7d8edf23 100644 --- a/collects/meta/dist-specs.ss +++ b/collects/meta/dist-specs.ss @@ -655,4 +655,7 @@ mz-extras :+= (- (package: "unstable") ;; obvious that "framework" is only in DrScheme. (cond (not dr) => (collects: "unstable/gui"))) +;; -------------------- plai +plt-extras :+= (package: "plai/") + ;; ============================================================================ diff --git a/collects/plai/info.ss b/collects/plai/info.ss index ccfb54820c..d3040dd7a2 100644 --- a/collects/plai/info.ss +++ b/collects/plai/info.ss @@ -1,7 +1,6 @@ #lang setup/infotab (require string-constants) -(define name "PLAI") (define blurb '("Language levels for the Programming Languages: Application and Interpretation textbook")) (define homepage "http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/") (define primary-file "main.ss") diff --git a/collects/plai/CHANGELOG b/doc/release-notes/plai/HISTORY.txt similarity index 100% rename from collects/plai/CHANGELOG rename to doc/release-notes/plai/HISTORY.txt