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

* api-i18n.texi: New file.

* Makefile.am (guile_TEXINFOS): Added it.
* guile.texi: Include it.
This commit is contained in:
Marius Vollmer 2004-09-23 18:45:54 +00:00
parent fd936c9173
commit 089a0a349e

View file

@ -137,7 +137,7 @@ x
@comment The title is printed in a large font.
@title Guile Reference Manual
@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION}
@c @subtitle $Id: guile.texi,v 1.36 2004-08-02 15:15:31 mvo Exp $
@c @subtitle $Id: guile.texi,v 1.37 2004-09-23 18:45:54 mvo Exp $
@c See preface.texi for the list of authors
@author The Guile Developers
@ -301,6 +301,7 @@ available through both Scheme and C interfaces.
* Scheduling:: Threads, mutexes, asyncs and dynamic roots.
* Options and Config:: Configuration, features and runtime options.
* Translation:: Support for translating other languages.
* Internationalization:: Support for gettext, etc.
* Debugging:: Internal debugging interface.
* GH:: The deprecated GH interface.
@end menu
@ -324,6 +325,7 @@ available through both Scheme and C interfaces.
@c object orientation support here
@include api-options.texi
@include api-translation.texi
@include api-i18n.texi
@include api-debug.texi
@include gh.texi