summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: b3c5271683158804b0a2a34c6ca7bfbbc77443b8 (plain)
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
# This Makefile.am is in the public domain

SUBDIRS = .

man_MANS = \
  taler-auditor.1 \
  taler-auditor-sign.1 \
  taler-bank-transfer.1 \
  taler-config-generate.1 \
  taler-exchange-aggregator.1 \
  taler-exchange-dbinit.1 \
  taler-exchange-httpd.1 \
  taler-exchange-keyup.1 \
  taler-exchange-keycheck.1 \
  taler-exchange-wire.1 \
  taler-exchange-wirewatch.1 \
  taler-exchange-benchmark.1 \
  taler.conf.5

AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=docstyle.css --css-ref=brown-paper.css

DISTCLEANFILES = \
  taler-exchange.cps \
  taler-exchange.dvi

info_TEXINFOS = \
  taler-exchange.texi
extra_TEXINFOS = \
  fdl-1.3.texi \
  agpl.texi \
  syntax.texi
EXTRA_DIST = \
  coding-style.txt \
  $(man_MANS) \
  $(extra_TEXINFOS) \
  docstyle.css \
  brown-paper.css \
  exchange-db.png