blob: 5a9de87a0ed81e152908ad50952b22f32b7e0c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# This Makefile.am is in the public domain
SUBDIRS = . doxygen
man_MANS = \
taler-auditor-sign.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.conf.5
EXTRA_DIST = \
coding-style.txt \
${man_MANS}
|