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

SUBDIRS = . doxygen manual

man_MANS = \
  taler-auditor.1 \
  taler-auditor-sign.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-reservemod.1 \
  taler-exchange-wire.1 \
  taler-exchange-wirewatch.1 \
  taler.conf.5

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

info_TEXINFOS = \
  taler-exchange.texi
extra_TEXINFOS = \
  fdl-1.3.texi \
  agpl.texi
EXTRA_DIST = \
  coding-style.txt \
  $(man_MANS) \
  $(extra_TEXINFOS)