setup-plt -D skips compilation of .scrbl files

svn: r15727

original commit: f37c71c6ee298290acb93319e21ba5048fac3a27
This commit is contained in:
Matthew Flatt 2009-08-13 16:24:33 +00:00
parent 61608f848b
commit c5bbbc0907

View File

@ -171,7 +171,7 @@
(if (author-element? a)
a
(let* ([s (content->string a)]
[m (regexp-match #rx"^(.*) ([A-Za-z]+)$" s)])
[m (regexp-match #px"^(.*) (\\p{L}+)$" s)])
(make-author-element
#f
(list a)