mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
* Fix bug with multiple files including of version.texi.
This commit is contained in:
parent
612943c6c1
commit
b516a720b9
3 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2001-04-24 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* guile-tut.texi: Include version-tutorial.texi rather than
|
||||
version.texi.
|
||||
|
||||
* Makefile.am ($(srcdir)/version-tutorial.texi): New target, to
|
||||
avoid having two files both include version.texi.
|
||||
|
||||
2001-04-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||
|
||||
* Makefile.am (guile_TEXINFOS): Added srfi-13-14.texi.
|
||||
|
|
|
@ -67,6 +67,9 @@ dist-hook:
|
|||
|
||||
# This rule overrides automake's rule for version.texi. It causes
|
||||
# version.texi to be created even in non-maintainer-mode.
|
||||
#
|
||||
$(srcdir)/version.texi: stamp-vti
|
||||
@:
|
||||
|
||||
# And the same for version-tutorial.texi.
|
||||
$(srcdir)/version-tutorial.texi: stamp-vti1
|
||||
@:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@setfilename guile-tut.info
|
||||
@settitle Guile Tutorial
|
||||
|
||||
@include version.texi
|
||||
@include version-tutorial.texi
|
||||
|
||||
@dircategory The Algorithmic Language Scheme
|
||||
@direntry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue