mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
* Fix doc snapshot build problems by avoiding use of ../AUTHORS file.
* Use TEXINFO_TEX to avoid shipping multiple copies of texinfo.tex.
This commit is contained in:
parent
fada26b27e
commit
b45898cae3
16 changed files with 157 additions and 21 deletions
14
doc/tutorial/ChangeLog
Normal file
14
doc/tutorial/ChangeLog
Normal 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.
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue