mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* program.texi: Renamed to libguile-program.texi. Changed all
references.
This commit is contained in:
parent
c393de666c
commit
237be23842
2 changed files with 53 additions and 24 deletions
|
@ -23,28 +23,57 @@ AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
info_TEXINFOS = guile.texi
|
info_TEXINFOS = guile.texi
|
||||||
|
|
||||||
guile_TEXINFOS = preface.texi intro.texi program.texi \
|
guile_TEXINFOS = preface.texi \
|
||||||
scheme-intro.texi scheme-scm.texi scheme-snarf.texi \
|
intro.texi \
|
||||||
scheme-smobs.texi \
|
libguile-program.texi \
|
||||||
scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
|
scheme-intro.texi \
|
||||||
scheme-utility.texi scheme-binding.texi scheme-control.texi \
|
scheme-scm.texi \
|
||||||
scheme-io.texi scheme-evaluation.texi scheme-memory.texi \
|
scheme-snarf.texi \
|
||||||
scheme-modules.texi scheme-scheduling.texi scheme-options.texi \
|
scheme-smobs.texi \
|
||||||
scheme-translation.texi scheme-debug.texi deprecated.texi \
|
scheme-ideas.texi \
|
||||||
scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
|
scheme-data.texi \
|
||||||
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
|
scheme-procedures.texi \
|
||||||
debugging.texi indices.texi script-getopt.texi data-rep.texi \
|
scheme-utility.texi \
|
||||||
repl-modules.texi srfi-modules.texi \
|
scheme-binding.texi \
|
||||||
misc-modules.texi \
|
scheme-control.texi \
|
||||||
scheme-compound.texi autoconf.texi autoconf-macros.texi tools.texi \
|
scheme-io.texi \
|
||||||
fdl.texi \
|
scheme-evaluation.texi \
|
||||||
libguile-concepts.texi \
|
scheme-memory.texi \
|
||||||
libguile-smobs.texi \
|
scheme-modules.texi \
|
||||||
libguile-snarf.texi \
|
scheme-scheduling.texi \
|
||||||
libguile-linking.texi \
|
scheme-options.texi \
|
||||||
libguile-extensions.texi \
|
scheme-translation.texi \
|
||||||
ref-init.texi \
|
scheme-debug.texi \
|
||||||
mod-getopt-long.texi
|
deprecated.texi \
|
||||||
|
scheme-reading.texi \
|
||||||
|
scheme-indices.texi \
|
||||||
|
slib.texi \
|
||||||
|
posix.texi \
|
||||||
|
expect.texi \
|
||||||
|
scsh.texi \
|
||||||
|
tcltk.texi \
|
||||||
|
scripts.texi \
|
||||||
|
gh.texi \
|
||||||
|
scm.texi \
|
||||||
|
debugging.texi \
|
||||||
|
indices.texi \
|
||||||
|
script-getopt.texi \
|
||||||
|
data-rep.texi \
|
||||||
|
repl-modules.texi \
|
||||||
|
srfi-modules.texi \
|
||||||
|
misc-modules.texi \
|
||||||
|
scheme-compound.texi \
|
||||||
|
autoconf.texi \
|
||||||
|
autoconf-macros.texi \
|
||||||
|
tools.texi \
|
||||||
|
fdl.texi \
|
||||||
|
libguile-concepts.texi \
|
||||||
|
libguile-smobs.texi \
|
||||||
|
libguile-snarf.texi \
|
||||||
|
libguile-linking.texi \
|
||||||
|
libguile-extensions.texi \
|
||||||
|
ref-init.texi \
|
||||||
|
mod-getopt-long.texi
|
||||||
|
|
||||||
ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
|
ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
|
||||||
|
|
||||||
|
|
|
@ -137,7 +137,7 @@ x
|
||||||
@comment The title is printed in a large font.
|
@comment The title is printed in a large font.
|
||||||
@title Guile Reference Manual
|
@title Guile Reference Manual
|
||||||
@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION}
|
@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION}
|
||||||
@c @subtitle $Id: guile.texi,v 1.33 2004-07-28 00:53:09 kryde Exp $
|
@c @subtitle $Id: guile.texi,v 1.34 2004-08-02 11:46:57 mvo Exp $
|
||||||
|
|
||||||
@c See preface.texi for the list of authors
|
@c See preface.texi for the list of authors
|
||||||
@author The Guile Developers
|
@author The Guile Developers
|
||||||
|
@ -271,7 +271,7 @@ etc. that make up Guile's application programming interface (API),
|
||||||
@include libguile-concepts.texi
|
@include libguile-concepts.texi
|
||||||
@include libguile-smobs.texi
|
@include libguile-smobs.texi
|
||||||
@include libguile-snarf.texi
|
@include libguile-snarf.texi
|
||||||
@include program.texi
|
@include libguile-program.texi
|
||||||
|
|
||||||
@node API Reference
|
@node API Reference
|
||||||
@chapter API Reference
|
@chapter API Reference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue