Distribute all COPYING*.txt files.

This commit is contained in:
Eli Barzilay 2013-04-09 05:41:22 -04:00
parent f57fbd94a6
commit 436d9f25f9

View File

@ -361,7 +361,7 @@ mz-base := "/racket/README"
mz-manuals := (scribblings: "main/") ; generates main pages (next line)
(doc: "license/" "release/" "acks/" "search/"
"getting-started/")
(notes: "COPYING.txt" "COPYING-libscheme.txt")
(notes: "COPYING*.txt")
(doc: "doc-license.txt") ; needed (when docs are included)
(doc+src: "reference/" "guide/" "quick/" "more/"
"foreign/" "inside/" ;; "places/" <- not ready yet