ba24ad1006909532faf4166ee322b9099acc4e6f
[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 Free Software Foundation, Inc.
4 ##
5 ## This file is part of GUILE.
6 ##
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.
11 ##
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.
16 ##
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., 51 Franklin Street, Fifth
20 ## Floor, Boston, MA 02110-1301 USA
21
22 AUTOMAKE_OPTIONS = gnu
23
24 BUILT_SOURCES = lib-version.texi
25
26 info_TEXINFOS = guile.texi
27
28 guile_TEXINFOS = preface.texi \
29 intro.texi \
30 libguile-program.texi \
31 scheme-intro.texi \
32 api-scm.texi \
33 api-snarf.texi \
34 api-smobs.texi \
35 scheme-ideas.texi \
36 api-data.texi \
37 api-procedures.texi \
38 api-utility.texi \
39 api-binding.texi \
40 api-control.texi \
41 api-io.texi \
42 api-evaluation.texi \
43 api-memory.texi \
44 api-modules.texi \
45 api-scheduling.texi \
46 api-options.texi \
47 api-translation.texi \
48 api-i18n.texi \
49 api-debug.texi \
50 scheme-reading.texi \
51 scheme-indices.texi \
52 slib.texi \
53 posix.texi \
54 expect.texi \
55 scsh.texi \
56 tcltk.texi \
57 scheme-scripts.texi \
58 gh.texi \
59 api-overview.texi \
60 scheme-debugging.texi \
61 scheme-using.texi \
62 indices.texi \
63 script-getopt.texi \
64 data-rep.texi \
65 repl-modules.texi \
66 srfi-modules.texi \
67 misc-modules.texi \
68 api-compound.texi \
69 autoconf.texi \
70 autoconf-macros.texi \
71 tools.texi \
72 fdl.texi \
73 libguile-concepts.texi \
74 libguile-smobs.texi \
75 libguile-snarf.texi \
76 libguile-linking.texi \
77 libguile-extensions.texi \
78 api-init.texi \
79 mod-getopt-long.texi
80
81 ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
82
83 EXTRA_DIST = ChangeLog-2008
84
85 include $(top_srcdir)/am/pre-inst-guile
86
87 # Automated snarfing
88
89 autoconf.texi: autoconf-macros.texi
90 autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
91 $(preinstguiletool)/snarf-guile-m4-docs $(top_srcdir)/guile-config/guile.m4 \
92 > $(srcdir)/$@
93
94 lib-version.texi: $(top_srcdir)/GUILE-VERSION
95 cat "$^" | grep '^LIBGUILE_.*_MAJOR' | \
96 sed 's/^LIBGUILE_\([A-Z0-9_]*\)_MAJOR=\([0-9]\+\)/@set LIBGUILE_\1_MAJOR \2/' \
97 > "$@"
98
99 MAINTAINERCLEANFILES = autoconf-macros.texi
100
101 # To allow "make distcheck" to succeed, lib-version.texi must either
102 # be cleaned or be included in the distribution. There's no point
103 # forcing a distribution build to regenerate lib-version.texi, because
104 # it can't possibly be different on the build machine than where the
105 # distribution was generated, so we might as well include it in the
106 # distribution.
107 EXTRA_DIST += lib-version.texi