configure installation of man pages

original commit: d7d1739d4f3c4799cfb31d98aa14247eae39bd06
This commit is contained in:
Matthew Flatt 2013-07-22 13:21:09 -06:00
parent 716a40773f
commit bb0c051c0b
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
(define version '(400))
(define post-install-collection "installer.rkt")
(define copy-man-pages '("mred.1"))
(define release-note-files
'(("GRacket and racket/gui" "HISTORY.txt"

View File

@ -1,3 +1,4 @@
#lang info
(define post-install-collection "installer.rkt")
(define copy-man-pages '("gracket.1"))