raco setup: avoid duplicate "scribble.css" files, improve style customization

Arrange for documentation added through an installation-wide package to
use the installation's "scribble.css", etc., files. Also, add "doc-site.css"
and "doc-site.js" files (both empty) to allow installation-specific customization
that will not get overwritten by document installs or builds.

original commit: e2ee051adc7f5a92de3a3c0bcabd5cc3de460be3
This commit is contained in:
Matthew Flatt 2013-09-06 09:21:21 -06:00
parent 4431dff8d9
commit af6cf8d1a6

View File

@ -70,7 +70,7 @@ is created using @racket[make-directory*] if it is non-@racket[#f] and
does not exist already.
The @racket[helper-file-prefix], @racket[prefix-file],
@racket[style-file], @racket[extra-style-files], and
@racket[style-file], @racket[style-extra-files], and
@racket[extra-files] arguments are passed on to the @racket[render%]
constructor.