Synched from libguile/
[bpt/guile.git] / doc / ref / Makefile.am
CommitLineData
11ca8865
NJ
1## Process this file with Automake to create Makefile.in
2##
2630aa95 3## Copyright (C) 1998, 2004 Free Software Foundation, Inc.
11ca8865
NJ
4##
5## This file is part of GUILE.
c8af48ba 6##
11ca8865
NJ
7## GUILE is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as
9## published by the Free Software Foundation; either version 2, or
10## (at your option) any later version.
c8af48ba 11##
11ca8865
NJ
12## GUILE is distributed in the hope that it will be useful, but
13## WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU General Public License for more details.
c8af48ba 16##
11ca8865
NJ
17## You should have received a copy of the GNU General Public
18## License along with GUILE; see the file COPYING. If not, write
19## to the Free Software Foundation, Inc., 59 Temple Place, Suite
20## 330, Boston, MA 02111-1307 USA
21
22AUTOMAKE_OPTIONS = gnu
23
24info_TEXINFOS = guile.texi
25
237be238
MV
26guile_TEXINFOS = preface.texi \
27 intro.texi \
28 libguile-program.texi \
29 scheme-intro.texi \
07d83abe
MV
30 api-scm.texi \
31 api-snarf.texi \
32 api-smobs.texi \
237be238 33 scheme-ideas.texi \
07d83abe
MV
34 api-data.texi \
35 api-procedures.texi \
36 api-utility.texi \
37 api-binding.texi \
38 api-control.texi \
39 api-io.texi \
40 api-evaluation.texi \
41 api-memory.texi \
42 api-modules.texi \
43 api-scheduling.texi \
44 api-options.texi \
45 api-translation.texi \
46 api-debug.texi \
237be238
MV
47 scheme-reading.texi \
48 scheme-indices.texi \
49 slib.texi \
50 posix.texi \
51 expect.texi \
52 scsh.texi \
53 tcltk.texi \
07d83abe 54 scheme-scripts.texi \
237be238 55 gh.texi \
07d83abe
MV
56 api-overview.texi \
57 scheme-debugging.texi \
237be238
MV
58 indices.texi \
59 script-getopt.texi \
60 data-rep.texi \
61 repl-modules.texi \
62 srfi-modules.texi \
63 misc-modules.texi \
07d83abe 64 api-compound.texi \
237be238
MV
65 autoconf.texi \
66 autoconf-macros.texi \
67 tools.texi \
68 fdl.texi \
69 libguile-concepts.texi \
70 libguile-smobs.texi \
71 libguile-snarf.texi \
72 libguile-linking.texi \
73 libguile-extensions.texi \
07d83abe 74 api-init.texi \
237be238 75 mod-getopt-long.texi
11ca8865 76
2a946b44
NJ
77ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
78
58ed8bc6 79include $(top_srcdir)/am/pre-inst-guile
8430281a 80
a1f000d5
TTN
81# Automated snarfing
82
83autoconf.texi: autoconf-macros.texi
84autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
9d32aac7 85 $(preinstguiletool)/snarf-guile-m4-docs $< > $(srcdir)/$@
a1f000d5 86
6ef7423a 87MAINTAINERCLEANFILES = autoconf-macros.texi