Add copyright statements to goops.texi and goops-tutorial.texi
[bpt/guile.git] / doc / ref / Makefile.am
CommitLineData
11ca8865
NJ
1## Process this file with Automake to create Makefile.in
2##
a7286720 3## Copyright (C) 1998, 2004, 2006, 2008 Free Software Foundation, Inc.
11ca8865
NJ
4##
5## This file is part of GUILE.
c8af48ba 6##
53befeb7
NJ
7## GUILE is free software; you can redistribute it and/or modify it
8## under the terms of the GNU Lesser General Public License as
9## published by the Free Software Foundation; either version 3, or
11ca8865 10## (at your option) any later version.
c8af48ba 11##
11ca8865
NJ
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
53befeb7 15## GNU Lesser General Public License for more details.
c8af48ba 16##
53befeb7
NJ
17## You should have received a copy of the GNU Lesser General Public
18## License along with GUILE; see the file COPYING.LESSER. If not,
19## write to the Free Software Foundation, Inc., 51 Franklin Street,
20## Fifth Floor, Boston, MA 02110-1301 USA
11ca8865
NJ
21
22AUTOMAKE_OPTIONS = gnu
23
b89c4943
LC
24BUILT_SOURCES = lib-version.texi
25
11ca8865
NJ
26info_TEXINFOS = guile.texi
27
237be238
MV
28guile_TEXINFOS = preface.texi \
29 intro.texi \
30 libguile-program.texi \
31 scheme-intro.texi \
07d83abe
MV
32 api-scm.texi \
33 api-snarf.texi \
34 api-smobs.texi \
237be238 35 scheme-ideas.texi \
07d83abe
MV
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 \
fd936c91 48 api-i18n.texi \
07d83abe 49 api-debug.texi \
237be238
MV
50 scheme-reading.texi \
51 scheme-indices.texi \
52 slib.texi \
53 posix.texi \
54 expect.texi \
55 scsh.texi \
56 tcltk.texi \
07d83abe 57 scheme-scripts.texi \
07d83abe
MV
58 api-overview.texi \
59 scheme-debugging.texi \
46f7666d 60 scheme-using.texi \
237be238
MV
61 indices.texi \
62 script-getopt.texi \
63 data-rep.texi \
64 repl-modules.texi \
65 srfi-modules.texi \
66 misc-modules.texi \
07d83abe 67 api-compound.texi \
237be238
MV
68 autoconf.texi \
69 autoconf-macros.texi \
70 tools.texi \
8680d53b
AW
71 history.texi \
72 vm.texi \
73 compiler.texi \
237be238
MV
74 fdl.texi \
75 libguile-concepts.texi \
76 libguile-smobs.texi \
77 libguile-snarf.texi \
78 libguile-linking.texi \
79 libguile-extensions.texi \
07d83abe 80 api-init.texi \
eb12b401
NJ
81 mod-getopt-long.texi \
82 goops.texi \
83 goops-tutorial.texi
11ca8865 84
2a946b44
NJ
85ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
86
61db429e
LC
87EXTRA_DIST = ChangeLog-2008
88
58ed8bc6 89include $(top_srcdir)/am/pre-inst-guile
8430281a 90
a1f000d5
TTN
91# Automated snarfing
92
93autoconf.texi: autoconf-macros.texi
0b6d8fdc 94autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
8dd42d3b 95 GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guile-tools \
d1529ddf 96 snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \
a7286720 97 > $(srcdir)/$@
a1f000d5 98
b89c4943
LC
99lib-version.texi: $(top_srcdir)/GUILE-VERSION
100 cat "$^" | grep '^LIBGUILE_.*_MAJOR' | \
101 sed 's/^LIBGUILE_\([A-Z0-9_]*\)_MAJOR=\([0-9]\+\)/@set LIBGUILE_\1_MAJOR \2/' \
102 > "$@"
103
6ef7423a 104MAINTAINERCLEANFILES = autoconf-macros.texi
17dce950
NJ
105
106# To allow "make distcheck" to succeed, lib-version.texi must either
4c9e29ec
NJ
107# be cleaned or be included in the distribution. Or both - and in
108# fact both are good. There's no point forcing a distribution build
109# to regenerate lib-version.texi, because it can't possibly be
110# different on the build machine than where the distribution was
111# generated, so we might as well include it in the distribution.
61db429e 112EXTRA_DIST += lib-version.texi
4c9e29ec
NJ
113# But when we want to get back to a clean tree, lib-version.texi
114# should be cleaned.
115CLEANFILES = lib-version.texi