-new man page

This commit is contained in:
Christian Grothoff 2023-07-20 17:10:36 +02:00
parent 827f65d997
commit d103d7b163
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
9 changed files with 12 additions and 11 deletions

View File

@ -13,11 +13,11 @@ dist_tmplpkgdata_DATA = \
persona-kyc-failed.en.must \
persona-provider-failure.en.must
termsdir=$(datadir)/taler/exchange/
termsdir=$(datadir)/taler/terms/
terms_DATA = \
tos-v0.rst \
tos-bfh-v0.rst \
pp-v0.rst
exchange-tos-v0.rst \
exchange-tos-bfh-v0.rst \
exchange-pp-v0.rst
install-exec-local:
pwd
@ -44,7 +44,7 @@ CLEANFILES = \
taler-terms-generator
EXTRA_DIST = \
locale/de/LC_MESSAGES/tos-v0.po \
locale/de/LC_MESSAGES/exchange-tos-v0.po \
taler-bank-manage-testing \
taler-nexus-prepare \
taler-terms-generator.in \

View File

@ -88,7 +88,7 @@ EOF
# defaults
AUTHOR="GNU Taler team"
VERSION="tos-v0"
VERSION="exchange-tos-v0"
OUTPUT="%termsdir%"
PAPER="a4"
COPYRIGHT="2014-2023 Taler Systems SA (GPLv3+ or GFDL 1.3+)"

View File

@ -42,6 +42,7 @@ man_MANS = \
prebuilt/man/taler-helper-auditor-purses.1\
prebuilt/man/taler-helper-auditor-reserves.1\
prebuilt/man/taler-helper-auditor-wire.1 \
prebuilt/man/taler-terms-generator.1 \
prebuilt/man/taler-unified-setup.1
info_TEXINFOS = \

@ -1 +1 @@
Subproject commit 6026efb59ef8c41e5b86e68332780d387fdaab0a
Subproject commit 47cd9e96ca2b3ff39db16e667fb9a63652970628

View File

@ -120,13 +120,13 @@ WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s
SIGNKEY_LEGAL_DURATION = 2 years
# Directory with our terms of service.
TERMS_DIR = $DATADIR/exchange/
TERMS_DIR = $DATADIR/terms/
# Etag / filename for the terms of service.
TERMS_ETAG = tos-v0
TERMS_ETAG = exchange-tos-v0
# Directory with our privacy policy.
PRIVACY_DIR = $DATADIR/exchange/
PRIVACY_DIR = $DATADIR/terms/
# Etag / filename for the privacy policy.
PRIVACY_ETAG = pp-v0
PRIVACY_ETAG = exchange-pp-v0