* guile.1: New file, from Robert Merkel and Rob Browning.
[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 # pending the papers from Robert Merkel
25 # man_MANS = guile.1
26
27 info_TEXINFOS = guile.texi r5rs.texi goops.texi guile-tut.texi
28
29 guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
30 scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
31 scheme-utility.texi scheme-binding.texi scheme-control.texi \
32 scheme-io.texi scheme-evaluation.texi scheme-memory.texi \
33 scheme-modules.texi scheme-scheduling.texi scheme-options.texi \
34 scheme-translation.texi scheme-debug.texi deprecated.texi \
35 scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
36 expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
37 appendices.texi indices.texi script-getopt.texi data-rep.texi \
38 extend.texi srfi-13-14.texi
39
40 goops_TEXINFOS = goops-tutorial.texi hierarchy.eps hierarchy.txt
41
42 # Optionally support building an HTML version of the reference manual.
43
44 if HTMLDOC
45
46 htmldir = $(prefix)/html/guile-$(VERSION)
47
48 html_DATA = guile_toc.html $(shell ls guile_*.html 2>/dev/null) guile-tut_toc.html $(shell ls guile-tut_*.html 2>/dev/null)
49
50 guile_toc.html: guile.texi $(guile_TEXINFOS)
51 $(TEXI2HTML) -split_chapter guile.texi
52
53 guile-tut_toc.html: guile-tut.texi
54 $(TEXI2HTML) -split_chapter guile-tut.texi
55
56 endif
57
58 EXAMPLE_SMOB_FILES = \
59 ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c
60
61 OLDFMT = oldfmt.c
62
63 dist-hook:
64 mkdir $(distdir)/example-smob
65 (cd $(srcdir); \
66 cp $(OLDFMT) $(distdir); \
67 dest="`cd $(distdir)/example-smob; pwd`"; \
68 cd example-smob; \
69 cp $(EXAMPLE_SMOB_FILES) $$dest)
70
71 # This rule overrides automake's rule for version.texi. It causes
72 # version.texi to be created even in non-maintainer-mode.
73 $(srcdir)/version.texi: stamp-vti
74 @:
75
76 # And the same for version-tutorial.texi.
77 $(srcdir)/version-tutorial.texi: stamp-vti1
78 @:
79
80 # pending the papers from Robert Merkel
81 # EXTRA_DIST = guile.1