configure installation of man pages

This commit is contained in:
Matthew Flatt 2013-07-22 13:21:09 -06:00
parent 2247ce6266
commit d7d1739d4f
12 changed files with 14 additions and 0 deletions

View File

@ -10,3 +10,5 @@
(define gracket-launcher-libraries '("drracket.rkt"))
(define release-note-files (list (list "DrRacket" "HISTORY.txt")))
(define copy-man-pages '("drracket.1"))

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"))

View File

@ -2,3 +2,4 @@
(define mzscheme-launcher-libraries (list "main.rkt"))
(define mzscheme-launcher-names (list "mzc"))
(define copy-man-pages '("mzc.1"))

View File

@ -3,5 +3,6 @@
(define version '(400))
(define post-install-collection "installer.rkt")
(define copy-man-pages '("mzscheme.1"))
(define compile-omit-paths '("examples"))

View File

@ -2,3 +2,4 @@
(define mzscheme-launcher-libraries '("main.rkt"))
(define mzscheme-launcher-names '("Setup PLT"))
(define copy-man-pages '("setup-plt.1"))

View File

@ -4,3 +4,5 @@
(define raco-commands '(("docs" help/help "search and view documentation" 110)))
(define scribblings '(("help.scrbl")))
(define copy-man-pages '("plt-help.1"))

1
racket/.gitignore vendored
View File

@ -5,6 +5,7 @@
/doc/
/lib/
/share/
/man/
# Windows and OSX executables
/*.app

View File

@ -6,3 +6,5 @@
("Porting from v3xxx to v4.x" "MzScheme_4.txt")
("Porting from v2xxx to v3xxx" "MzScheme_300.txt")
("Porting from v1xxx to v2xxx" "MzScheme_200.txt")))))
(define copy-man-pages '("racket.1"))

View File

@ -4,3 +4,5 @@
(define racket-launcher-libraries '("main.rkt"))
(define racket-launcher-names '("raco"))
(define copy-man-pages '("raco.1"))