diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-06 14:11:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-06 14:12:06 +0100 |
commit | 535b53cfc287e197ef5bfe3652ee123e847215fc (patch) | |
tree | 076d79f31752ef7f7f7ffc9d248c09c4fa7c3417 /doc | |
parent | 026de1dda4cffbb973a2192a017974a487907a37 (diff) |
add taler-merchant-depositcheck to build
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 | ||||
m--------- | doc/prebuilt | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index dadf6083..3d6852a7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,12 +1,15 @@ SUBDIRS = . doxygen man_MANS = \ + prebuilt/man/taler-merchant-benchmark.1 prebuilt/man/taler-merchant-dbconfig.1\ prebuilt/man/taler-merchant-dbinit.1\ + prebuilt/man/taler-merchant-depositcheck.1\ prebuilt/man/taler-merchant-httpd.1 \ prebuilt/man/taler-merchant-passwd.1\ prebuilt/man/taler-merchant-setup-reserve.1\ - prebuilt/man/taler-merchant-benchmark.1 + prebuilt/man/taler-merchant-webhook.1 \ + prebuilt/man/taler-merchant-wirewatch.1 info_TEXINFOS = \ prebuilt/texinfo/taler-merchant-api-tutorial.texi \ diff --git a/doc/prebuilt b/doc/prebuilt -Subproject 5e47a72e8a2b5086dfdae4078f695155f5ed7af +Subproject 5e7026c5cef101c90b6dc58096e0a0946ef11b0 |