2015-02-08 00:17:40 +01:00
|
|
|
# This Makefile.am is in the public domain
|
2015-01-08 18:37:20 +01:00
|
|
|
|
2020-01-18 23:19:48 +01:00
|
|
|
SUBDIRS = . doxygen
|
2015-03-28 15:42:07 +01:00
|
|
|
|
2015-04-19 16:45:27 +02:00
|
|
|
man_MANS = \
|
2021-08-03 12:03:48 +02:00
|
|
|
prebuilt/man/taler.conf.5 \
|
|
|
|
prebuilt/man/taler-config-generate.1 \
|
2021-01-21 13:42:53 +01:00
|
|
|
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 \
|
2021-08-03 12:03:48 +02:00
|
|
|
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\
|
2021-01-21 13:42:53 +01:00
|
|
|
prebuilt/man/taler-exchange-secmod-rsa.1 \
|
|
|
|
prebuilt/man/taler-exchange-transfer.1\
|
|
|
|
prebuilt/man/taler-exchange-wirewatch.1 \
|
2021-08-03 12:03:48 +02:00
|
|
|
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
|
2019-09-18 19:45:10 +02:00
|
|
|
|
|
|
|
info_TEXINFOS = \
|
2021-01-21 13:42:53 +01:00
|
|
|
prebuilt/texinfo/taler-auditor.texi \
|
2021-08-03 12:03:48 +02:00
|
|
|
prebuilt/texinfo/taler-bank.texi \
|
2021-04-26 17:09:57 +02:00
|
|
|
prebuilt/texinfo/taler-developer-manual.texi \
|
2021-08-03 12:03:48 +02:00
|
|
|
prebuilt/texinfo/taler-exchange.texi
|
|
|
|
|
2015-04-19 16:45:27 +02:00
|
|
|
|
2015-03-28 12:34:42 +01:00
|
|
|
EXTRA_DIST = \
|
2019-12-20 20:10:46 +01:00
|
|
|
$(man_MANS) \
|
|
|
|
doxygen/taler.doxy \
|
|
|
|
$(info_TEXINFOS) \
|
2021-01-21 13:42:53 +01:00
|
|
|
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 \
|
2019-12-20 20:10:46 +01:00
|
|
|
prebuilt/texinfo/taler-bank-figures/exchange-db.png \
|
2021-01-21 13:42:53 +01:00
|
|
|
prebuilt/texinfo/taler-bank-figures/merchant-db.png \
|
|
|
|
prebuilt/texinfo/taler-bank-figures/replication.png \
|
2021-04-26 17:09:57 +02:00
|
|
|
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 \
|
2021-01-21 13:42:53 +01:00
|
|
|
prebuilt/texinfo/taler-exchange-figures/auditor-db.png \
|
|
|
|
prebuilt/texinfo/taler-exchange-figures/exchange-db.png\
|
|
|
|
prebuilt/texinfo/taler-exchange-figures/replication.png
|