diff options
author | Andy Wingo <wingo@pobox.com> | 2010-02-16 21:47:34 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-02-16 21:47:34 +0100 |
commit | f75c5849cdc6c863616facbb22b28d08da3fc09f (patch) | |
tree | f367df431f092e63c1969e0745f99c1a5cefc228 /doc/tutorial/ChangeLog-guile-doc-tutorial | |
parent | 3ef9fa53f9e2b5fc1d0419a94432318e9ca9d650 (diff) | |
download | guile-f75c5849cdc6c863616facbb22b28d08da3fc09f.tar.gz |
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!
Diffstat (limited to 'doc/tutorial/ChangeLog-guile-doc-tutorial')
-rw-r--r-- | doc/tutorial/ChangeLog-guile-doc-tutorial | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/tutorial/ChangeLog-guile-doc-tutorial b/doc/tutorial/ChangeLog-guile-doc-tutorial deleted file mode 100644 index 9d7233a31..000000000 --- a/doc/tutorial/ChangeLog-guile-doc-tutorial +++ /dev/null @@ -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. - |