diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-08-03 20:11:05 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-08-03 23:29:45 +0100 |
commit | eb12b40182d3a52ab873c2d2d2b877e245272c0d (patch) | |
tree | 4a65df2397bb61cf314a68e4f0ce582593d30fb8 /README | |
parent | ce2612cd886f10392161fca4daca84b903e5cefb (diff) |
Move GOOPS documentation into the main manual
Nothing editorial here, just the minimum to move the GOOPS documentation
into the main manual, and then still have everything build properly.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -299,9 +299,8 @@ Guile Documentation ================================================== If you've never used Scheme before, then the Guile Tutorial (guile-tut.info) is a good starting point. The Guile Reference Manual -(guile.info) is the primary documentation for Guile. The Goops object -system is documented separately (goops.info). A copy of the R5RS -Scheme specification is included too (r5rs.info). +(guile.info) is the primary documentation for Guile. A copy of the +R5RS Scheme specification is included too (r5rs.info). Info format versions of this documentation are installed as part of the normal build process. The texinfo sources are under the doc |