File: Makefile.am

package info (click to toggle)
guile-doc 20010125-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,320 kB
  • ctags: 24
  • sloc: sh: 582; lisp: 335; makefile: 68
file content (39 lines) | stat: -rw-r--r-- 1,583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign

## Add our own -I option.
# MAKEINFO = makeinfo -I ../tutorial

info_TEXINFOS = guile.texi r4rs.texi r5rs.texi goops.texi

## Just a convenience var; no special significance.
## Most of these files are outdated and have been moved into a `sources' dir.
#dist_texis = guile.texi intro.texi \
#	ci.texi			libguile-tools.texi	scheme-concepts.texi \
#	gh-ref.texi		scm-ref.texi \
#	new-types.texi		ti.texi 		debug-c.texi \
#	guile-slib.texi		pi.texi			tk.texi \
#	data-rep.texi		unix.texi		version.texi \
#	rx.texi			vi.texi 		debug-scheme.texi \
#	libguile-overview.texi	sample-APIs.texi	using.texi \
#	contributors.texi	slib.texi		strings.texi \
#	unix-other.texi		guile-scheme.texi

dist_texis = guile.texi goops.texi preface.texi intro.texi scheme-intro.texi \
	scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
	scheme-utility.texi scheme-binding.texi scheme-control.texi \
	scheme-io.texi scheme-evaluation.texi \
	scheme-memory.texi scheme-modules.texi scheme-scheduling.texi \
	scheme-options.texi scheme-translation.texi scheme-debug.texi \
	slib.texi posix.texi deprecated.texi expect.texi scsh.texi tcltk.texi \
	scheme-reading.texi scheme-indices.texi scripts.texi gh.texi scm.texi \
	goops-tutorial.texi hierarchy.eps hierarchy.txt \
	appendices.texi indices.texi

## FIXME: for now we just omit ../guile-user/more-resources.texi from
## the dependencies.  We don't want to try to put it into the
## distribution.
guile_ref_TEXINFOS = $(dist_texis)

EXTRA_DIST = $(dist_texis)