mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
delete the tutorial
* configure.ac: * doc/Makefile.am: * doc/tutorial/ChangeLog-2008: * doc/tutorial/ChangeLog-guile-doc-tutorial: * doc/tutorial/Makefile.am: * doc/tutorial/guile-tut.texi: Remove the tutorial. The history was out of date (whereas the manual is current), the C examples are no longer valid (and the manual does provide C examples), it was incomplete, and its first person no longer hacks on Guile. So tutorial, you had a good run, but the manual does your job now!
This commit is contained in:
parent
3ef9fa53f9
commit
f75c5849cd
6 changed files with 2 additions and 1473 deletions
|
@ -1641,7 +1641,6 @@ AC_CONFIG_FILES([
|
|||
doc/Makefile
|
||||
doc/r5rs/Makefile
|
||||
doc/ref/Makefile
|
||||
doc/tutorial/Makefile
|
||||
emacs/Makefile
|
||||
examples/Makefile
|
||||
libguile/Makefile
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with Automake to create Makefile.in
|
||||
##
|
||||
## Copyright (C) 1998, 2002, 2006, 2008, 2009 Free Software Foundation, Inc.
|
||||
## Copyright (C) 1998, 2002, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
SUBDIRS = ref tutorial r5rs
|
||||
SUBDIRS = ref r5rs
|
||||
|
||||
dist_man1_MANS = guile.1
|
||||
|
||||
|
|
|
@ -1,54 +0,0 @@
|
|||
2004-07-29 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* doc/tutorial/guile-tut.texi (What is libguile): Correction to
|
||||
reference manual "Data representation" cross reference.
|
||||
|
||||
2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* Makefile.am: Removed home-grown code for HTML generation.
|
||||
Automake does it for us now.
|
||||
|
||||
* guile-tut.texi (Top): Use @ifnottex instead of @ifinfo for the
|
||||
beneift of makeinfo --html.
|
||||
|
||||
2003-09-27 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* guile-tut.texi (Using Guile to program in Scheme): Fix result of
|
||||
`(reverse ls)', and change `squaring function' example to use `(*
|
||||
n n)' instead of `(expt n n)'. Thanks to Jack Pavlovsky for
|
||||
pointing these out.
|
||||
|
||||
2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* guile-tut.texi: Fix example, where a vector constant is used
|
||||
without quoting.
|
||||
|
||||
2002-07-16 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* guile-tut.texi (Jump Start): Apply patch from M. Luedde on use
|
||||
of tail recursion to avoid stack overflow (with minor editing).
|
||||
|
||||
2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* guile-tut.texi (History of Guile and its motivations): Update
|
||||
Tcl war URLs.
|
||||
|
||||
2001-09-19 Thien-Thi Nguyen <ttn@glug.org>
|
||||
|
||||
* guile-tut.texi: Fix improper `@result' usage.
|
||||
Fix number typo in "Jump Start" section.
|
||||
|
||||
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* Makefile.am (guile_tut_TEXINFOS): Removed.
|
||||
(TEXINFO_TEX): Added; avoids shipping multiple copies of
|
||||
texinfo.tex in a single distribution.
|
||||
|
||||
* guile-tut.texi: Incorporate text previously in separate AUTHORS
|
||||
file.
|
||||
|
||||
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
The change log for files in this directory continues backwards
|
||||
from 2001-08-27 in ../ChangeLog, as all the Guile documentation
|
||||
prior to this date was contained in a single directory.
|
|
@ -1,16 +0,0 @@
|
|||
2001-01-27 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* texinfo.tex: Replaced by latest version from ftp.gnu.org.
|
||||
|
||||
1999-12-06 Gary Houston <ghouston@freewire.co.uk>
|
||||
|
||||
* guile-tut.texi: tweaked the dircategory.
|
||||
|
||||
1998-01-28 Mark Galassi <rosalia@nis.lanl.gov>
|
||||
|
||||
* guile-tut.texi: set @dircategory to "Scheme Programming".
|
||||
|
||||
Mon Aug 18 16:11:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
|
||||
|
||||
* texinfo.tex: Installed from texinfo release 3.11.
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
## Process this file with Automake to create Makefile.in
|
||||
##
|
||||
## Copyright (C) 1998, 2006, 2008 Free Software Foundation, Inc.
|
||||
##
|
||||
## This file is part of GUILE.
|
||||
##
|
||||
## GUILE is free software; you can redistribute it and/or modify it
|
||||
## under the terms of the GNU Lesser General Public License as
|
||||
## published by the Free Software Foundation; either version 3, or
|
||||
## (at your option) any later version.
|
||||
##
|
||||
## GUILE is distributed in the hope that it will be useful, but
|
||||
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU Lesser General Public License for more details.
|
||||
##
|
||||
## You should have received a copy of the GNU Lesser General Public
|
||||
## License along with GUILE; see the file COPYING.LESSER. If not,
|
||||
## write to the Free Software Foundation, Inc., 51 Franklin Street,
|
||||
## Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
AUTOMAKE_OPTIONS = gnu
|
||||
|
||||
info_TEXINFOS = guile-tut.texi
|
||||
|
||||
EXTRA_DIST = ChangeLog-2008
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue