* srfi-13-14.texi: Added @bullet to various @itemize lists.

* srfi-modules.texi (SRFI Support): New file and chapter.

	* Makefile.am (guile_TEXINFOS): Added repl-modules.texi and
	srfi-modules.texi.

	* guile.texi (Top): New menu entries for the new chapters.
	(Top): @includes for the new chapters.
	(Top): New menu entry for `SRFI Support', @include for
	`srfi-modules.texi'.

	* repl-modules.texi: New file.
	(Readline Support): New chapter for (ice-9 readline).
	(Value History): New chapter for (ice-9 history).
This commit is contained in:
Martin Grabmüller 2001-05-02 21:50:15 +00:00
commit fc8529c766
6 changed files with 288 additions and 1095 deletions

View file

@ -35,7 +35,8 @@ guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
appendices.texi indices.texi script-getopt.texi data-rep.texi \
extend.texi srfi-13-14.texi AUTHORS
extend.texi srfi-13-14.texi repl-modules.texi srfi-modules.texi \
AUTHORS
guile_tut_TEXINFOS = guile-tut.texi AUTHORS