fix setup-scribblings for pdfs
svn: r10034
This commit is contained in:
parent
7a85f34177
commit
1569355405
|
@ -845,7 +845,9 @@
|
|||
tmp-dir
|
||||
#f
|
||||
(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])
|
||||
(for ([f (directory-list)]
|
||||
#:when (regexp-match? #rx#"[.]tex$" (path-element->bytes f)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user