fix setup-scribblings for pdfs
svn: r10034
This commit is contained in:
parent
7a85f34177
commit
1569355405
|
@ -845,7 +845,9 @@
|
||||||
tmp-dir
|
tmp-dir
|
||||||
#f
|
#f
|
||||||
(make-user)
|
(make-user)
|
||||||
(lambda (what go alt) (record-error what "Building docs" go alt)))
|
(lambda (what go alt)
|
||||||
|
(record-error what "Building pdf docs" go alt))
|
||||||
|
setup-printf)
|
||||||
(parameterize ([current-directory tmp-dir])
|
(parameterize ([current-directory tmp-dir])
|
||||||
(for ([f (directory-list)]
|
(for ([f (directory-list)]
|
||||||
#:when (regexp-match? #rx#"[.]tex$" (path-element->bytes f)))
|
#:when (regexp-match? #rx#"[.]tex$" (path-element->bytes f)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user