2001-04-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
[bpt/guile.git] / doc / Makefile.am
CommitLineData
2764bd99
JB
1## Process this file with Automake to create Makefile.in
2##
3## Copyright (C) 1998 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., 59 Temple Place, Suite
20## 330, Boston, MA 02111-1307 USA
7d12f033 21
9cca936f
NJ
22AUTOMAKE_OPTIONS = foreign
23
24info_TEXINFOS = guile.texi r4rs.texi r5rs.texi goops.texi guile-tut.texi
25
26guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
27 scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
28 scheme-utility.texi scheme-binding.texi scheme-control.texi \
29 scheme-io.texi scheme-evaluation.texi scheme-memory.texi \
30 scheme-modules.texi scheme-scheduling.texi scheme-options.texi \
31 scheme-translation.texi scheme-debug.texi deprecated.texi \
32 scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
33 expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
abaec75d
NJ
34 appendices.texi indices.texi script-getopt.texi data-rep.texi \
35 extend.texi
9cca936f
NJ
36
37goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt
38
39# Optionally support building an HTML version of the reference manual.
40
fff043ab 41if HTMLDOC
9cca936f
NJ
42
43htmldir = $(prefix)/html/guile-$(VERSION)
44
45html_DATA = guile_toc.html $(shell ls guile_*.html 2>/dev/null) guile-tut_toc.html $(shell ls guile-tut_*.html 2>/dev/null)
46
47guile_toc.html: guile.texi $(guile_TEXINFOS)
48 $(TEXI2HTML) -split_chapter guile.texi
49
50guile-tut_toc.html: guile-tut.texi
51 $(TEXI2HTML) -split_chapter guile-tut.texi
52
53endif
505ede18 54
7d12f033 55EXAMPLE_SMOB_FILES = \
1233aa72 56 ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
7d12f033 57
fa88b584
MD
58OLDFMT = oldfmt.c
59
7d12f033
JB
60dist-hook:
61 mkdir $(distdir)/example-smob
fa88b584
MD
62 (cd $(srcdir); \
63 cp $(OLDFMT) $(distdir); \
64 dest="`cd $(distdir)/example-smob; pwd`"; \
65 cd example-smob; \
7d12f033 66 cp $(EXAMPLE_SMOB_FILES) $$dest)
9cca936f
NJ
67
68# This rule overrides automake's rule for version.texi. It causes
69# version.texi to be created even in non-maintainer-mode.
70#
71$(srcdir)/version.texi: stamp-vti
72 @: