summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: caa8f8940820cd6e12b72d5ad4ddb81536c79bdd (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This Makefile.am is in the public domain

SUBDIRS = . doxygen

man_MANS = \
  prebuilt/man/taler.conf.5            \
  prebuilt/man/taler-config-generate.1     \
  prebuilt/man/taler-auditor.1             \
  prebuilt/man/taler-auditor-dbinit.1      \
  prebuilt/man/taler-auditor-exchange.1     \
  prebuilt/man/taler-auditor-httpd.1       \
  prebuilt/man/taler-auditor-offline.1    \
  prebuilt/man/taler-auditor-sign.1       \
  prebuilt/man/taler-bank-transfer.1   \
  prebuilt/man/taler-exchange-aggregator.1 \
  prebuilt/man/taler-exchange-benchmark.1  \
  prebuilt/man/taler-exchange-closer.1     \
  prebuilt/man/taler-exchange-dbinit.1  \
  prebuilt/man/taler-exchange-httpd.1       \
  prebuilt/man/taler-exchange-offline.1    \
  prebuilt/man/taler-exchange-secmod-eddsa.1\
  prebuilt/man/taler-exchange-secmod-rsa.1 \
  prebuilt/man/taler-exchange-transfer.1\
  prebuilt/man/taler-exchange-wirewatch.1   \
  prebuilt/man/taler-exchange-wire-gateway-client.1\
  prebuilt/man/taler-helper-auditor-aggregation.1 \
  prebuilt/man/taler-helper-auditor-coins.1\
  prebuilt/man/taler-helper-auditor-deposits.1\
  prebuilt/man/taler-helper-auditor-reserves.1\
  prebuilt/man/taler-helper-auditor-wire.1

info_TEXINFOS = \
  prebuilt/texinfo/taler-auditor.texi \
  prebuilt/texinfo/taler-bank.texi \
  prebuilt/texinfo/taler-developer-manual.texi \
  prebuilt/texinfo/taler-exchange.texi


EXTRA_DIST = \
  $(man_MANS) \
  doxygen/taler.doxy \
  $(info_TEXINFOS) \
  prebuilt/texinfo/taler-auditor-figures/auditor-db.png \
  prebuilt/texinfo/taler-auditor-figures/replication.png  \
  prebuilt/texinfo/taler-bank-figures/arch-api.png  \
  prebuilt/texinfo/taler-bank-figures/auditor-db.png       \
  prebuilt/texinfo/taler-bank-figures/exchange-db.png \
  prebuilt/texinfo/taler-bank-figures/merchant-db.png \
  prebuilt/texinfo/taler-bank-figures/replication.png \
  prebuilt/texinfo/taler-developer-manual-figures/arch-api.png \
  prebuilt/texinfo/taler-developer-manual-figures/auditor-db.png \
  prebuilt/texinfo/taler-developer-manual-figures/exchange-db.png \
  prebuilt/texinfo/taler-developer-manual-figures/merchant-db.png \
  prebuilt/texinfo/taler-developer-manual-figures/replication.png \
  prebuilt/texinfo/taler-exchange-figures/auditor-db.png \
  prebuilt/texinfo/taler-exchange-figures/exchange-db.png\
  prebuilt/texinfo/taler-exchange-figures/replication.png