Fixed bug with html-docs field (I had put the wrong contract on it)

svn: r5136
This commit is contained in:
Jacob Matthews 2006-12-18 17:46:49 +00:00
parent e56e336194
commit 9c5d8810ee

View File

@ -274,7 +274,7 @@
(unless doc.txt
(warn "Package's info.ss does not contain a doc.txt entry. Without a doc.txt entry, the package will not have any documentation on planet.plt-scheme.org."))]
[html-docs
string?
(lambda (s) (and (list? s) (andmap string? s)))
(announce "HTML documentation: yes\n")]
[homepage
string?