Add more foreign object interfaces
[bpt/guile.git] / doc / ref / Makefile.am
CommitLineData
11ca8865
NJ
1## Process this file with Automake to create Makefile.in
2##
41d82ac9 3## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010,
58c4a39d 4## 2011, 2013 Free Software Foundation, Inc.
11ca8865
NJ
5##
6## This file is part of GUILE.
c8af48ba 7##
53befeb7
NJ
8## GUILE is free software; you can redistribute it and/or modify it
9## under the terms of the GNU Lesser General Public License as
10## published by the Free Software Foundation; either version 3, or
11ca8865 11## (at your option) any later version.
c8af48ba 12##
11ca8865
NJ
13## GUILE is distributed in the hope that it will be useful, but
14## WITHOUT ANY WARRANTY; without even the implied warranty of
15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53befeb7 16## GNU Lesser General Public License for more details.
c8af48ba 17##
53befeb7
NJ
18## You should have received a copy of the GNU Lesser General Public
19## License along with GUILE; see the file COPYING.LESSER. If not,
20## write to the Free Software Foundation, Inc., 51 Franklin Street,
21## Fifth Floor, Boston, MA 02110-1301 USA
11ca8865
NJ
22
23AUTOMAKE_OPTIONS = gnu
24
25info_TEXINFOS = guile.texi
26
237be238
MV
27guile_TEXINFOS = preface.texi \
28 intro.texi \
ff6182ed 29 tour.texi \
9cbbb400 30 libguile-parallel.texi \
237be238
MV
31 libguile-program.texi \
32 scheme-intro.texi \
07d83abe
MV
33 api-scm.texi \
34 api-snarf.texi \
35 api-smobs.texi \
237be238 36 scheme-ideas.texi \
07d83abe
MV
37 api-data.texi \
38 api-procedures.texi \
e4955559 39 api-macros.texi \
07d83abe
MV
40 api-utility.texi \
41 api-binding.texi \
42 api-control.texi \
43 api-io.texi \
726b8ba3 44 api-foreign.texi \
b215e5b2 45 api-regex.texi \
2115b8eb 46 api-lalr.texi \
e6709db6 47 api-languages.texi \
07d83abe
MV
48 api-evaluation.texi \
49 api-memory.texi \
50 api-modules.texi \
51 api-scheduling.texi \
52 api-options.texi \
fd936c91 53 api-i18n.texi \
07d83abe 54 api-debug.texi \
36b5e394 55 api-coverage.texi \
237be238
MV
56 scheme-reading.texi \
57 scheme-indices.texi \
58 slib.texi \
59 posix.texi \
8db7e094 60 web.texi \
237be238
MV
61 expect.texi \
62 scsh.texi \
98553883 63 curried.texi \
400a5dcb 64 sxml-match.texi \
07d83abe 65 scheme-scripts.texi \
07d83abe 66 api-overview.texi \
1435c7dc 67 api-deprecated.texi \
46f7666d 68 scheme-using.texi \
237be238 69 indices.texi \
237be238
MV
70 data-rep.texi \
71 repl-modules.texi \
72 srfi-modules.texi \
845cbcfe 73 r6rs.texi \
358663ca 74 match.texi \
237be238 75 misc-modules.texi \
07d83abe 76 api-compound.texi \
98518c96 77 libguile-autoconf.texi \
237be238
MV
78 autoconf-macros.texi \
79 tools.texi \
8680d53b
AW
80 history.texi \
81 vm.texi \
82 compiler.texi \
237be238
MV
83 fdl.texi \
84 libguile-concepts.texi \
85 libguile-smobs.texi \
86 libguile-snarf.texi \
87 libguile-linking.texi \
88 libguile-extensions.texi \
07d83abe 89 api-init.texi \
eb12b401 90 mod-getopt-long.texi \
58c4a39d
AW
91 statprof.texi \
92 sxml.texi \
93 texinfo.texi \
eb12b401 94 goops.texi \
22b5f518 95 goops-tutorial.texi \
ea5c9ddc 96 guile-invoke.texi \
22b5f518 97 effective-version.texi
11ca8865 98
2a946b44
NJ
99ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
100
5e328915
NJ
101PICTURES = hierarchy.eps \
102 hierarchy.pdf \
103 hierarchy.png \
104 hierarchy.txt \
e163dd34
BG
105 gds.eps \
106 gds.pdf \
107 gds.txt \
108 scheme.eps \
109 scheme.pdf \
110 scheme.txt \
5e328915
NJ
111 mop.text
112
e163dd34
BG
113noinst_DATA = $(PICTURES)
114
5e328915 115EXTRA_DIST = ChangeLog-2008 $(PICTURES)
61db429e 116
a1f000d5
TTN
117# Automated snarfing
118
98518c96 119libguile-autoconf.texi: autoconf-macros.texi
0b6d8fdc 120autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
83dce818
AW
121 GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 \
122 $(top_builddir)/meta/uninstalled-env guild \
d1529ddf 123 snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \
a7286720 124 > $(srcdir)/$@
a1f000d5 125
a9ea4f90
LC
126# Build that file from here rather than at the user's site to avoid
127# triggering a rebuild of `guile.info'. Note that `GUILE-VERSION' is
128# among $(CONFIG_STATUS_DEPENDENCIES); thus, when it's updated, this
129# Makefile is rebuilt, and $(GUILE_EFFECTIVE_VERSION) is up-to-date.
130$(srcdir)/effective-version.texi: $(top_srcdir)/GUILE-VERSION
131 echo "@set EFFECTIVE-VERSION $(GUILE_EFFECTIVE_VERSION)" > $@
132
6ef7423a 133MAINTAINERCLEANFILES = autoconf-macros.texi
17dce950 134
863f1196
AW
135www-commit: html
136 cd guile.html; \
137 cvs -d :ext:cvs.sv.gnu.org:/web/guile \
138 import -m 'make www-commit in doc/ref' guile/docs/master/guile.html gnu \
139 $(shell date "+D%Y%m%d%H%M%S")