1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.

* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
* Add .cvsignore files.
This commit is contained in:
Neil Jerram 2001-08-27 21:02:46 +00:00
parent d877cf50d6
commit 07f9576b8c
14 changed files with 140 additions and 8 deletions

View file

View file

@ -1,3 +1,8 @@
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
* AUTHORS: Removed. Authorship information for each manual is now
in the top-level Texinfo file for that manual.
2001-08-17 Rob Browning <rlb@defaultvalue.org>
* Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's

14
doc/goops/ChangeLog Normal file
View file

@ -0,0 +1,14 @@
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am (goops_TEXINFOS): Remove ../AUTHORS.
(TEXINFO_TEX): Added; avoids shipping multiple copies of
texinfo.tex in a single distribution.
* goops.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.

View file

@ -23,7 +23,9 @@ AUTOMAKE_OPTIONS = gnu
info_TEXINFOS = goops.texi
goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt ../AUTHORS
goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt
TEXINFO_TEX = ../ref/texinfo.tex
# Optionally support building an HTML version of the manual.

View file

@ -40,7 +40,22 @@ are preserved on all copies.
@titlepage
@title Goops Manual
@subtitle For use with GOOPS @value{VERSION}
@include ../AUTHORS
@c AUTHORS
@c The GOOPS tutorial was written by Christian Lynbech and Mikael
@c Djurfeldt, who also wrote GOOPS itself. The GOOPS reference manual
@c and MOP documentation were written by Neil Jerram and reviewed by
@c Mikael Djurfeldt.
@author Christian Lynbech
@author @email{chl@@tbit.dk}
@author
@author Mikael Djurfeldt
@author @email{djurfeldt@@nada.kth.se}
@author
@author Neil Jerram
@author @email{neil@@ossau.uklinux.net}
@c The following two commands
@c start the copyright page.

10
doc/r5rs/ChangeLog Normal file
View file

@ -0,0 +1,10 @@
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am (TEXINFO_TEX): Added; avoids shipping multiple copies of
texinfo.tex in a single distribution.
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.

View file

@ -22,3 +22,5 @@
AUTOMAKE_OPTIONS = gnu
info_TEXINFOS = r5rs.texi
TEXINFO_TEX = ../ref/texinfo.tex

12
doc/ref/ChangeLog Normal file
View file

@ -0,0 +1,12 @@
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am (guile_TEXINFOS): Remove ../AUTHORS.
* guile.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.

View file

@ -32,8 +32,7 @@ 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 repl-modules.texi srfi-modules.texi misc-modules.texi \
../AUTHORS
extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi
# Optionally support building an HTML version of the reference manual.

View file

@ -80,9 +80,60 @@ by the Free Software Foundation.
@sp 10
@comment The title is printed in a large font.
@title Guile Reference Manual
@subtitle $Id: guile.texi,v 1.2.2.2 2001-08-24 12:42:49 ossau Exp $
@subtitle $Id: guile.texi,v 1.2.2.3 2001-08-27 21:02:46 ossau Exp $
@subtitle For use with Guile @value{VERSION}
@include ../AUTHORS
@c AUTHORS
@c The Guile reference and tutorial manuals were written and edited
@c largely by Mark Galassi and Jim Blandy. In particular, Jim wrote the
@c original tutorial on Guile's data representation and the C API for
@c accessing Guile objects.
@c Significant portions were contributed by Gary Houston (contributions
@c to posix system calls and networking, expect, I/O internals and
@c extensions, slib installation, error handling) and Tim Pierce
@c (sections on script interpreter triggers, alists, function tracing).
@c Tom Lord contributed a great deal of material with early Guile
@c snapshots; although most of this text has been rewritten, all of it
@c was important, and some of the structure remains.
@c Aubrey Jaffer wrote the SCM Scheme implementation and manual upon
@c which the Guile program and manual are based. Some portions of the
@c SCM and SLIB manuals have been included here verbatim.
@c Since Guile 1.4, Neil Jerram has been maintaining and improving the
@c reference manual. Among other contributions, he wrote the Basic
@c Ideas chapter, developed the tools for keeping the manual in sync
@c with snarfed libguile docstrings, and reorganized the structure so as
@c to accommodate docstrings for all Guile's primitives.
@c Martin Grabmueller has made substantial contributions throughout the
@c reference manual in preparation for the Guile 1.6 release, including
@c filling out a lot of the documentation of Scheme data types, control
@c mechanisms and procedures. In addition, he wrote the documentation
@c for Guile's SRFI modules and modules associated with the Guile REPL.
@author Mark Galassi
@author Cygnus Solution and Los Alamos National Laboratory
@author @email{rosalia@@cygnus.com}
@author
@author Jim Blandy
@author Free Software Foundation and MIT AI Lab
@author @email{jimb@@red-bean.com}
@author
@author Gary Houston
@author @email{ghouston@@arglist.com}
@author
@author Tim Pierce
@author @email{twp@@skepsis.com}
@author
@author Neil Jerram
@author @email{neil@@ossau.uklinux.net}
@author
@author Martin Grabmueller
@author @email{mgrabmue@@cs.tu-berlin.de}
@c The following two commands start the copyright page.
@page

5
doc/sources/ChangeLog Normal file
View file

@ -0,0 +1,5 @@
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.

14
doc/tutorial/ChangeLog Normal file
View file

@ -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.

View file

@ -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.

View file

@ -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