~ chicken-core (chicken-5) c336f1c0d72d245b4d3ffc4dd761e80cd927e059
commit c336f1c0d72d245b4d3ffc4dd761e80cd927e059
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Dec 4 15:52:55 2010 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sat Dec 4 15:52:55 2010 +0100
fixed page-name in distribution file (thanks to Jim); updated README about html docs
diff --git a/README b/README
index e783695f..b091ea66 100644
--- a/README
+++ b/README
@@ -204,11 +204,9 @@
3. Usage
Documentation can be found in the directory
- PREFIX/share/chicken/doc in svnwiki format (see
- http://wiki.call-cc.org/edit-help for more information about
- the used syntax). The manual is maintained in a wiki at
- http://wiki.call-cc.org. Go there to read the most up to date
- documentation.
+ PREFIX/share/chicken/doc in HTML format. The manual is
+ maintained in a wiki at http://wiki.call-cc.org. Go there to
+ read the most up to date documentation.
4. Extensions
diff --git a/distribution/manifest b/distribution/manifest
index bbc131c7..da7fdd04 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -280,7 +280,7 @@ manual/Getting started.html
manual/Interface to external functions and variables.html
manual/Locations.html
manual/Modules.html
-manual/macros.html
+manual/Macros.html
manual/Non-standard macros and special forms.html
manual/Non-standard read syntax.html
manual/Other support procedures.html
Trap