blob: 7e9401a09655914bc73a4028a2742e713d8bc5bd (
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
|
# This Makefile.am is in the public domain
SUBDIRS = . doxygen
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.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)
|