Recognize 'escape' character name, per R7RS.
[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 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 scheme-ideas.texi \
37 api-data.texi \
38 api-procedures.texi \
39 api-macros.texi \
40 api-utility.texi \
41 api-binding.texi \
42 api-control.texi \
43 api-io.texi \
44 api-foreign.texi \
45 api-regex.texi \
46 api-lalr.texi \
47 api-languages.texi \
48 api-evaluation.texi \
49 api-memory.texi \
50 api-modules.texi \
51 api-scheduling.texi \
52 api-options.texi \
53 api-i18n.texi \
54 api-debug.texi \
55 api-coverage.texi \
56 scheme-reading.texi \
57 scheme-indices.texi \
58 slib.texi \
59 posix.texi \
60 web.texi \
61 expect.texi \
62 scsh.texi \
63 curried.texi \
64 sxml-match.texi \
65 scheme-scripts.texi \
66 api-overview.texi \
67 api-deprecated.texi \
68 scheme-using.texi \
69 indices.texi \
70 data-rep.texi \
71 repl-modules.texi \
72 srfi-modules.texi \
73 r6rs.texi \
74 match.texi \
75 misc-modules.texi \
76 api-compound.texi \
77 libguile-autoconf.texi \
78 autoconf-macros.texi \
79 tools.texi \
80 history.texi \
81 vm.texi \
82 compiler.texi \
83 fdl.texi \
84 libguile-concepts.texi \
85 libguile-smobs.texi \
86 libguile-snarf.texi \
87 libguile-linking.texi \
88 libguile-extensions.texi \
89 api-init.texi \
90 mod-getopt-long.texi \
91 statprof.texi \
92 sxml.texi \
93 texinfo.texi \
94 goops.texi \
95 goops-tutorial.texi \
96 guile-invoke.texi \
97 effective-version.texi
98
99 ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
100
101 PICTURES = hierarchy.eps \
102 hierarchy.pdf \
103 hierarchy.png \
104 hierarchy.txt \
105 gds.eps \
106 gds.pdf \
107 gds.txt \
108 scheme.eps \
109 scheme.pdf \
110 scheme.txt \
111 mop.text
112
113 noinst_DATA = $(PICTURES)
114
115 EXTRA_DIST = ChangeLog-2008 $(PICTURES)
116
117 # Automated snarfing
118
119 libguile-autoconf.texi: autoconf-macros.texi
120 autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
121 GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 \
122 $(top_builddir)/meta/uninstalled-env guild \
123 snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \
124 > $(srcdir)/$@
125
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
133 MAINTAINERCLEANFILES = autoconf-macros.texi
134
135 www-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")