From c935c73f8262dcce7d5ac823ba4a6a2f563cc3eb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Nov 2014 20:01:45 +0100 Subject: [PATCH] doc: Do not install gnupg.7 -- GnuPG-bug-id: 1770 --- doc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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