File: Makefile.am

package info (click to toggle)
guile-doc 20010125-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,132 kB
  • ctags: 24
  • sloc: lisp: 335; makefile: 68; sh: 65
file content (17 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = gnu

info_TEXINFOS = guile-tut.texi

guile_tut_TEXINFOS = guile-tut.texi

## Just a convenience var; no special significance.
#dist_texis = guile-ref.texi ci.texi pi.texi vi.texi ti.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_programmer_TEXINFOS = $(dist_texis)

#EXTRA_DIST = $(dist_texis)