configure installation of man pages
original commit: d7d1739d4f3c4799cfb31d98aa14247eae39bd06
This commit is contained in:
parent
716a40773f
commit
bb0c051c0b
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#lang info
|
||||
|
||||
(define post-install-collection "installer.rkt")
|
||||
(define copy-man-pages '("gracket.1"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user