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
|
||||
|
||||
guile_TEXINFOS = preface.texi intro.texi program.texi \
|
||||
scheme-intro.texi scheme-scm.texi scheme-snarf.texi \
|
||||
scheme-smobs.texi \
|
||||
scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
|
||||
scheme-utility.texi scheme-binding.texi scheme-control.texi \
|
||||
scheme-io.texi scheme-evaluation.texi scheme-memory.texi \
|
||||
scheme-modules.texi scheme-scheduling.texi scheme-options.texi \
|
||||
scheme-translation.texi scheme-debug.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
|
||||
guile_TEXINFOS = preface.texi \
|
||||
intro.texi \
|
||||
libguile-program.texi \
|
||||
scheme-intro.texi \
|
||||
scheme-scm.texi \
|
||||
scheme-snarf.texi \
|
||||
scheme-smobs.texi \
|
||||
scheme-ideas.texi \
|
||||
scheme-data.texi \
|
||||
scheme-procedures.texi \
|
||||
scheme-utility.texi \
|
||||
scheme-binding.texi \
|
||||
scheme-control.texi \
|
||||
scheme-io.texi \
|
||||
scheme-evaluation.texi \
|
||||
scheme-memory.texi \
|
||||
scheme-modules.texi \
|
||||
scheme-scheduling.texi \
|
||||
scheme-options.texi \
|
||||
scheme-translation.texi \
|
||||
scheme-debug.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)
|
||||
|
||||
|
|
|
@ -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.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
|
||||
@author The Guile Developers
|
||||
|
@ -271,7 +271,7 @@ etc. that make up Guile's application programming interface (API),
|
|||
@include libguile-concepts.texi
|
||||
@include libguile-smobs.texi
|
||||
@include libguile-snarf.texi
|
||||
@include program.texi
|
||||
@include libguile-program.texi
|
||||
|
||||
@node API Reference
|
||||
@chapter API Reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue