rename contract-blueboxes.rktd to blueboxes.rktd
This commit is contained in:
parent
df6562c1de
commit
d96d920cf9
|
@ -34,7 +34,7 @@
|
||||||
[doc-dir-name (in-list (if (directory-exists? doc-search-dir)
|
[doc-dir-name (in-list (if (directory-exists? doc-search-dir)
|
||||||
(directory-list doc-search-dir)
|
(directory-list doc-search-dir)
|
||||||
'()))])
|
'()))])
|
||||||
(define x (build-path doc-search-dir doc-dir-name "contract-blueboxes.rktd"))
|
(define x (build-path doc-search-dir doc-dir-name "blueboxes.rktd"))
|
||||||
(and (file-exists? x)
|
(and (file-exists? x)
|
||||||
(call-with-input-file x
|
(call-with-input-file x
|
||||||
(λ (port)
|
(λ (port)
|
||||||
|
|
|
@ -368,7 +368,7 @@ mz-manuals := (scribblings: "main/") ; generates main pages (next line)
|
||||||
"scheme/"
|
"scheme/"
|
||||||
"honu/")
|
"honu/")
|
||||||
(doc: "*.{html|css|js|sxref}")
|
(doc: "*.{html|css|js|sxref}")
|
||||||
(doc: "contract-blueboxes.rktd")
|
(doc: "blueboxes.rktd")
|
||||||
(scribblings: "{{info|icons}.rkt|*.png}" "compiled")
|
(scribblings: "{{info|icons}.rkt|*.png}" "compiled")
|
||||||
|
|
||||||
mr-base := (package: "gracket") (bin: "gracket-text")
|
mr-base := (package: "gracket") (bin: "gracket-text")
|
||||||
|
|
|
@ -27,10 +27,10 @@
|
||||||
(define cb.rktd
|
(define cb.rktd
|
||||||
(cond
|
(cond
|
||||||
[multi?
|
[multi?
|
||||||
(build-path dest "contract-blueboxes.rktd")]
|
(build-path dest "blueboxes.rktd")]
|
||||||
[else
|
[else
|
||||||
(define-values (base name dir?) (split-path dest))
|
(define-values (base name dir?) (split-path dest))
|
||||||
(build-path base "contract-blueboxes.rktd")]))
|
(build-path base "blueboxes.rktd")]))
|
||||||
(call-with-output-file cb.rktd
|
(call-with-output-file cb.rktd
|
||||||
(λ (port)
|
(λ (port)
|
||||||
(fprintf port "~a\n" (string-utf-8-length table-str))
|
(fprintf port "~a\n" (string-utf-8-length table-str))
|
||||||
|
|
|
@ -332,7 +332,7 @@ via a @racketmodname[scribble/text-render] renderer).
|
||||||
|
|
||||||
It saves this information in three pieces in a file
|
It saves this information in three pieces in a file
|
||||||
inside the @racket[dests] directories called
|
inside the @racket[dests] directories called
|
||||||
@filepath{contract-blueboxes.rktd}. The first piece is
|
@filepath{blueboxes.rktd}. The first piece is
|
||||||
a single line containing a (decimal, ASCII) number. That number
|
a single line containing a (decimal, ASCII) number. That number
|
||||||
is the number of bytes that the second piece of information
|
is the number of bytes that the second piece of information
|
||||||
occupies in the file. The second piece of information
|
occupies in the file. The second piece of information
|
||||||
|
@ -359,7 +359,7 @@ it saves the resulting files in a different place.
|
||||||
[ri render-info?])
|
[ri render-info?])
|
||||||
void?]{
|
void?]{
|
||||||
Just like @method[override-render-mixin-multi render], except
|
Just like @method[override-render-mixin-multi render], except
|
||||||
that it saves the file @filepath{contract-blueboxes.rktd} in
|
that it saves the file @filepath{blueboxes.rktd} in
|
||||||
the same directory where each @racket[dests] element resides.
|
the same directory where each @racket[dests] element resides.
|
||||||
}}
|
}}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user