Replace $letrec with $rec
[bpt/guile.git] / doc / ref / Makefile.am
1 ## Process this file with Automake to create Makefile.in
2 ##
3 ## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010,
4 ## 2011, 2013, 2014 Free Software Foundation, Inc.
5 ##
6 ## This file is part of GUILE.
7 ##
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
11 ## (at your option) any later version.
12 ##
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
16 ## GNU Lesser General Public License for more details.
17 ##
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
22
23 AUTOMAKE_OPTIONS = gnu
24
25 info_TEXINFOS = guile.texi
26
27 guile_TEXINFOS = preface.texi \
28 intro.texi \
29 tour.texi \
30 libguile-parallel.texi \
31 libguile-program.texi \
32 scheme-intro.texi \
33 api-scm.texi \
34 api-snarf.texi \
35 api-smobs.texi \
36 api-foreign-objects.texi \
37 scheme-ideas.texi \
38 api-data.texi \
39 api-procedures.texi \
40 api-macros.texi \
41 api-utility.texi \
42 api-binding.texi \
43 api-control.texi \
44 api-io.texi \
45 api-foreign.texi \
46 api-regex.texi \
47 api-lalr.texi \
48 api-peg.texi \
49 api-languages.texi \
50 api-evaluation.texi \
51 api-memory.texi \
52 api-modules.texi \
53 api-scheduling.texi \
54 api-options.texi \
55 api-i18n.texi \
56 api-debug.texi \
57 api-coverage.texi \
58 scheme-reading.texi \
59 scheme-indices.texi \
60 slib.texi \
61 posix.texi \
62 web.texi \
63 expect.texi \
64 scsh.texi \
65 curried.texi \
66 sxml-match.texi \
67 scheme-scripts.texi \
68 api-overview.texi \
69 api-deprecated.texi \
70 scheme-using.texi \
71 indices.texi \
72 data-rep.texi \
73 repl-modules.texi \
74 srfi-modules.texi \
75 r6rs.texi \
76 match.texi \
77 misc-modules.texi \
78 api-compound.texi \
79 libguile-autoconf.texi \
80 autoconf-macros.texi \
81 tools.texi \
82 history.texi \
83 vm.texi \
84 compiler.texi \
85 fdl.texi \
86 libguile-concepts.texi \
87 libguile-foreign-objects.texi \
88 libguile-snarf.texi \
89 libguile-linking.texi \
90 libguile-extensions.texi \
91 api-init.texi \
92 mod-getopt-long.texi \
93 statprof.texi \
94 sxml.texi \
95 texinfo.texi \
96 goops.texi \
97 goops-tutorial.texi \
98 guile-invoke.texi \
99 effective-version.texi
100
101 ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
102
103 PICTURES = hierarchy.eps \
104 hierarchy.pdf \
105 hierarchy.png \
106 hierarchy.txt \
107 gds.eps \
108 gds.pdf \
109 gds.txt \
110 scheme.eps \
111 scheme.pdf \
112 scheme.txt \
113 mop.text
114
115 noinst_DATA = $(PICTURES)
116
117 EXTRA_DIST = ChangeLog-2008 $(PICTURES)
118
119 # Automated snarfing
120
121 libguile-autoconf.texi: autoconf-macros.texi
122 autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
123 GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild \
124 snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \
125 > $(srcdir)/$@
126
127 # Build that file from here rather than at the user's site to avoid
128 # triggering a rebuild of `guile.info'. Note that `GUILE-VERSION' is
129 # among $(CONFIG_STATUS_DEPENDENCIES); thus, when it's updated, this
130 # Makefile is rebuilt, and $(GUILE_EFFECTIVE_VERSION) is up-to-date.
131 $(srcdir)/effective-version.texi: $(top_srcdir)/GUILE-VERSION
132 echo "@set EFFECTIVE-VERSION $(GUILE_EFFECTIVE_VERSION)" > $@
133
134 MAINTAINERCLEANFILES = autoconf-macros.texi
135
136 www-commit: html
137 cd guile.html; \
138 cvs -d :ext:cvs.sv.gnu.org:/web/guile \
139 import -m 'make www-commit in doc/ref' guile/docs/master/guile.html gnu \
140 $(shell date "+D%Y%m%d%H%M%S")