diff options
author | Andy Wingo <wingo@pobox.com> | 2019-11-17 15:26:23 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-11-17 15:30:59 +0100 |
commit | b634071dd4c2401616c78d2a20471698123a23ca (patch) | |
tree | 2c1987cad64e7477ed5f6ab686dffce0e07f32b7 /doc/ref/Makefile.am | |
parent | 72a2c742f6675e870421c61e66c5aec134398a5a (diff) | |
download | guile-wip-r7rs.tar.gz |
Add R7RS documentation and --r7rs command-line optionwip-r7rs
* doc/ref/Makefile.am: Add r7rs.texi.
* doc/ref/guile-invoke.texi (Command-line Options): Document --r7rs.
* doc/ref/guile.texi (Guile Modules): Link to R7RS.
* doc/ref/intro.texi (Guile and Scheme): Update for R7RS support.
* doc/ref/r7rs.texi: New file.
* doc/ref/scheme-intro.texi (Guile Scheme): Update for R7RS.
* module/ice-9/command-line.scm (*usage*, compile-shell-switches): Add
--r7rs option.
Diffstat (limited to 'doc/ref/Makefile.am')
-rw-r--r-- | doc/ref/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index 05393cd96..2f4b8ca88 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with Automake to create Makefile.in ## ## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010, -## 2011, 2013, 2014 Free Software Foundation, Inc. +## 2011, 2013, 2014, 2019 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -73,6 +73,7 @@ guile_TEXINFOS = preface.texi \ repl-modules.texi \ srfi-modules.texi \ r6rs.texi \ + r7rs.texi \ match.texi \ misc-modules.texi \ libguile-autoconf.texi \ |