5acbb145c8b662119947a076b7e66731c6723158
[bpt/guile.git] / doc / Makefile.am
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
21
22 AUTOMAKE_OPTIONS = foreign
23
24 info_TEXINFOS = guile.texi r5rs.texi goops.texi guile-tut.texi
25
26 guile_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 \
34 appendices.texi indices.texi script-getopt.texi data-rep.texi \
35 extend.texi srfi-13-14.texi
36
37 goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt
38
39 # Optionally support building an HTML version of the reference manual.
40
41 if HTMLDOC
42
43 htmldir = $(prefix)/html/guile-$(VERSION)
44
45 html_DATA = guile_toc.html $(shell ls guile_*.html 2>/dev/null) guile-tut_toc.html $(shell ls guile-tut_*.html 2>/dev/null)
46
47 guile_toc.html: guile.texi $(guile_TEXINFOS)
48 $(TEXI2HTML) -split_chapter guile.texi
49
50 guile-tut_toc.html: guile-tut.texi
51 $(TEXI2HTML) -split_chapter guile-tut.texi
52
53 endif
54
55 EXAMPLE_SMOB_FILES = \
56 ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
57
58 OLDFMT = oldfmt.c
59
60 dist-hook:
61 mkdir $(distdir)/example-smob
62 (cd $(srcdir); \
63 cp $(OLDFMT) $(distdir); \
64 dest="`cd $(distdir)/example-smob; pwd`"; \
65 cd example-smob; \
66 cp $(EXAMPLE_SMOB_FILES) $$dest)
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 $(srcdir)/version.texi: stamp-vti
71 @:
72
73 # And the same for version-tutorial.texi.
74 $(srcdir)/version-tutorial.texi: stamp-vti1
75 @: