Fixed bug with html-docs field (I had put the wrong contract on it)
svn: r5136
This commit is contained in:
parent
e56e336194
commit
9c5d8810ee
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue
Block a user