Merge remote-tracking branch 'origin/stable-2.0'
[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-peg.texi \
48 api-languages.texi \
49 api-evaluation.texi \
50 api-memory.texi \
51 api-modules.texi \
52 api-scheduling.texi \
53 api-options.texi \
54 api-i18n.texi \
55 api-debug.texi \
56 api-coverage.texi \
57 scheme-reading.texi \
58 scheme-indices.texi \
59 slib.texi \
60 posix.texi \
61 web.texi \
62 expect.texi \
63 scsh.texi \
64 curried.texi \
65 sxml-match.texi \
66 scheme-scripts.texi \
67 api-overview.texi \
68 api-deprecated.texi \
69 scheme-using.texi \
70 indices.texi \
71 data-rep.texi \
72 repl-modules.texi \
73 srfi-modules.texi \
74 r6rs.texi \
75 match.texi \
76 misc-modules.texi \
77 api-compound.texi \
78 libguile-autoconf.texi \
79 autoconf-macros.texi \
80 tools.texi \
81 history.texi \
82 vm.texi \
83 compiler.texi \
84 fdl.texi \
85 libguile-concepts.texi \
86 libguile-smobs.texi \
87 libguile-snarf.texi \
88 libguile-linking.texi \
89 libguile-extensions.texi \
90 api-init.texi \
91 mod-getopt-long.texi \
92 statprof.texi \
93 sxml.texi \
94 texinfo.texi \
95 goops.texi \
96 goops-tutorial.texi \
97 guile-invoke.texi \
98 effective-version.texi
99
100 ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
101
102 PICTURES = hierarchy.eps \
103 hierarchy.pdf \
104 hierarchy.png \
105 hierarchy.txt \
106 gds.eps \
107 gds.pdf \
108 gds.txt \
109 scheme.eps \
110 scheme.pdf \
111 scheme.txt \
112 mop.text
113
114 noinst_DATA = $(PICTURES)
115
116 EXTRA_DIST = ChangeLog-2008 $(PICTURES)
117
118 # Automated snarfing
119
120 libguile-autoconf.texi: autoconf-macros.texi
121 autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
122 GUILE_AUTO_COMPILE=0 $(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")