diff options
author | Werner Koch <[email protected]> | 2014-11-24 19:01:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-11-24 19:01:45 +0000 |
commit | c935c73f8262dcce7d5ac823ba4a6a2f563cc3eb (patch) | |
tree | 852b9f6058c43947e475e28ca4e4d5a0bdc63e55 | |
parent | gpg: Fix use of uninit.value in listing sig subpkts. (diff) | |
download | gnupg-c935c73f8262dcce7d5ac823ba4a6a2f563cc3eb.tar.gz gnupg-c935c73f8262dcce7d5ac823ba4a6a2f563cc3eb.zip |
doc: Do not install gnupg.7
--
GnuPG-bug-id: 1770
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9fd9f6b25..4294f83d1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,10 @@ myman_pages = gpg.1 gpgv.1 info_TEXINFOS = gnupg1.texi -man_MANS = $(myman_pages) gnupg.7 gpg-zip.1 +# We do not install gnupg.7 because 2.1 does it also be default. This +# is the more future proof way of handling it. +man_MANS = $(myman_pages) gpg-zip.1 +noinst_man_MANS = gnupg.7 gnupg1_TEXINFOS = gnupg1.texi |