diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-08 22:33:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-08 22:33:25 +0200 |
commit | c9d94e55bddf51da7b1d30096a2f717879ce2254 (patch) | |
tree | de4543d54a74d8365e9b67c1076788fd5fe9fec2 | |
parent | a3c932775e2d640698ea96b02ac03112e48dc1f2 (diff) | |
download | exchange-c9d94e55bddf51da7b1d30096a2f717879ce2254.tar.gz exchange-c9d94e55bddf51da7b1d30096a2f717879ce2254.zip |
-add missing man pagev0.8.2
-rw-r--r-- | doc/Makefile.am | 5 | ||||
m--------- | doc/prebuilt | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1f22d8937..70f10c34f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -2,6 +2,10 @@ | |||
2 | 2 | ||
3 | SUBDIRS = . doxygen | 3 | SUBDIRS = . doxygen |
4 | 4 | ||
5 | AM_MAKEINFOHTMLFLAGS = $(TEXINFO_HTMLFLAGS) | ||
6 | |||
7 | infoimagedir = $(infodir)/images | ||
8 | |||
5 | man_MANS = \ | 9 | man_MANS = \ |
6 | prebuilt/man/taler.conf.5 \ | 10 | prebuilt/man/taler.conf.5 \ |
7 | prebuilt/man/taler-config.1 \ | 11 | prebuilt/man/taler-config.1 \ |
@@ -11,6 +15,7 @@ man_MANS = \ | |||
11 | prebuilt/man/taler-auditor-httpd.1 \ | 15 | prebuilt/man/taler-auditor-httpd.1 \ |
12 | prebuilt/man/taler-auditor-offline.1 \ | 16 | prebuilt/man/taler-auditor-offline.1 \ |
13 | prebuilt/man/taler-auditor-sign.1 \ | 17 | prebuilt/man/taler-auditor-sign.1 \ |
18 | prebuilt/man/taler-auditor-sync.1 \ | ||
14 | prebuilt/man/taler-bank-transfer.1 \ | 19 | prebuilt/man/taler-bank-transfer.1 \ |
15 | prebuilt/man/taler-exchange-aggregator.1 \ | 20 | prebuilt/man/taler-exchange-aggregator.1 \ |
16 | prebuilt/man/taler-exchange-benchmark.1 \ | 21 | prebuilt/man/taler-exchange-benchmark.1 \ |
diff --git a/doc/prebuilt b/doc/prebuilt | |||
Subproject 979a25309ea31a472868df139bb49df81dc4203 | Subproject 74d9c44ebc257a3d8b9c2c0a806508bd0cc5269 | ||