diff options
author | Werner Koch <wk@gnupg.org> | 2017-07-26 17:51:03 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-07-26 17:53:00 +0200 |
commit | be636c3cfca178927b09ef4154c3e555d6f5b1c4 (patch) | |
tree | 7efb8ec38b04698570718bda2b768c9e8306431d /doc/Makefile.am | |
parent | wks: Fix program names in the usage diagnostics. (diff) | |
download | gnupg2-be636c3cfca178927b09ef4154c3e555d6f5b1c4.tar.xz gnupg2-be636c3cfca178927b09ef4154c3e555d6f5b1c4.zip |
doc: Add man pages form gpg-wks-server and gpg-wks-client.
* doc/wks.texi: New.
* doc/gnupg.texi: Include wks.texi.
* doc/Makefile.am (gnupg_TEXINFOS): Add wks.texi.
(myman_pages): Add new man pages.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 1fa04b412..89079b383 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -68,7 +68,7 @@ nobase_dist_doc_DATA = FAQ DETAILS HACKING DCO TRANSLATE OpenPGP KEYSERVER \ gnupg_TEXINFOS = \ gpg.texi gpgsm.texi gpg-agent.texi scdaemon.texi instguide.texi \ tools.texi debugging.texi glossary.texi contrib.texi gpl.texi \ - sysnotes.texi dirmngr.texi \ + sysnotes.texi dirmngr.texi wks.texi \ gnupg-module-overview.svg \ gnupg-card-architecture.fig \ howtos.texi howto-create-a-server-cert.texi @@ -88,11 +88,11 @@ YAT2M_OPTIONS = -I $(srcdir) \ --release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard 2.1" myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \ - dirmngr.texi scdaemon.texi tools.texi + dirmngr.texi scdaemon.texi tools.texi wks.texi myman_pages = gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 \ watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \ gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \ - applygnupgdefaults.8 \ + applygnupgdefaults.8 gpg-wks-client.1 gpg-wks-server.1 \ dirmngr-client.1 if USE_GPG2_HACK myman_pages += gpg2.1 gpgv2.1 |