fix setup-scribblings for pdfs

svn: r10034
This commit is contained in:
Eli Barzilay 2008-05-30 12:42:47 +00:00
parent 7a85f34177
commit 1569355405

View File

@ -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)))