From: Daniel Stenberg Date: Thu, 8 Aug 2013 07:45:51 +0000 (+0200) Subject: mk-ca-bundle.1: don't install on make install X-Git-Tag: curl-7_32_0~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0018d6830e23daa6d18dc215767482c953e9a68c;p=curl mk-ca-bundle.1: don't install on make install Since the mk-ca-bundle tool itself isn't installed with make install, there's no point in installing its documentation. Bug: http://curl.haxx.se/mail/lib-2013-08/0057.html Reported-by: Guenter Knauf --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 42b2fd9c1..8466a6c29 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -22,7 +22,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -man_MANS = curl.1 curl-config.1 mk-ca-bundle.1 +man_MANS = curl.1 curl-config.1 +noinst_man_MANS = mk-ca-bundle.1 GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf