commit af6cf8d1a6bda3db654fdc3a81542d7ff5e82c92
parent 4431dff8d9540d8bfbef1676bc4d0fea1ebb40d9
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 6 Sep 2013 09:21:21 -0600
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
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/renderer.scrbl b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/renderer.scrbl
@@ -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.