~ chicken-core (chicken-5) 4bd43108b24de7c860ae8e4ccb4dd4d72b0ac349
commit 4bd43108b24de7c860ae8e4ccb4dd4d72b0ac349 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Mar 1 14:39:58 2017 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Mar 1 14:39:58 2017 +0100 drop doc-from-wiki diff --git a/chicken-install.scm b/chicken-install.scm index 5b4a7148..04bf61fb 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -164,7 +164,6 @@ (components #t #f #f) (foreign-dependencies #t #f #f ,list?) (platform #t #f #f) - (doc-from-wiki #t #f #f) (installed-files #t #f #f ,list?) (maintainer #t #f #f) (files #f #t #f ,list?) diff --git a/manual/Extensions b/manual/Extensions index 1b70fdfe..25c812ff 100644 --- a/manual/Extensions +++ b/manual/Extensions @@ -197,13 +197,6 @@ are {{(not PLATFORM)}}, {{(or PLATFORM ...)}} and {{(and PLATFORM ...)}}. If the expression can not be satisfied, then installation of this egg will abort. -====== doc-from-wiki - -[egg property] (doc-from-wiki) - -Specifies that documentation for this egg can be found on the -chicken wiki. - ====== components [egg property] (components COMPONENT ...)Trap