summaryrefslogtreecommitdiff
path: root/doc/ref/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-11-17 15:26:23 +0100
committerAndy Wingo <wingo@pobox.com>2019-11-17 15:30:59 +0100
commitb634071dd4c2401616c78d2a20471698123a23ca (patch)
tree2c1987cad64e7477ed5f6ab686dffce0e07f32b7 /doc/ref/Makefile.am
parent72a2c742f6675e870421c61e66c5aec134398a5a (diff)
downloadguile-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.am3
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 \