diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-08-27 21:25:44 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-08-27 21:25:44 +0000 |
commit | b45898cae3e21cfef5d4d98ba8d3d154a9861062 (patch) | |
tree | e4131ea1edf127e01a41dff773807ea8d165157e /doc/tutorial | |
parent | fada26b27ea9abb301009965857f08a4978f1707 (diff) | |
download | guile-b45898cae3e21cfef5d4d98ba8d3d154a9861062.tar.gz |
* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/ChangeLog | 14 | ||||
-rw-r--r-- | doc/tutorial/Makefile.am | 2 | ||||
-rw-r--r-- | doc/tutorial/guile-tut.texi | 5 |
3 files changed, 19 insertions, 2 deletions
diff --git a/doc/tutorial/ChangeLog b/doc/tutorial/ChangeLog new file mode 100644 index 000000000..d7b7d1ea2 --- /dev/null +++ b/doc/tutorial/ChangeLog @@ -0,0 +1,14 @@ +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. diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index 7d439137f..4f9a6658f 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = gnu info_TEXINFOS = guile-tut.texi -guile_tut_TEXINFOS = ../AUTHORS +TEXINFO_TEX = ../ref/texinfo.tex # Optionally support building an HTML version of the reference manual. diff --git a/doc/tutorial/guile-tut.texi b/doc/tutorial/guile-tut.texi index c2f9fecee..3e1308d9c 100644 --- a/doc/tutorial/guile-tut.texi +++ b/doc/tutorial/guile-tut.texi @@ -27,7 +27,10 @@ @title Guile Tutorial @subtitle For use with Guile @value{VERSION} @subtitle Last updated @value{UPDATED} -@include ../AUTHORS + +@author Mark Galassi +@author Cygnus Solutions and Los Alamos National Laboratory +@author @email{rosalia@@nis.lanl.gov} @page @vskip 0pt plus 1filll |