diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-08 09:45:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-08 09:45:51 +0200 |
commit | 0018d6830e23daa6d18dc215767482c953e9a68c (patch) | |
tree | ed14105cbf7df7078b6d420242b25bc3e0a82614 /docs/Makefile.am | |
parent | 59224a31fd3ee225a23f0792e8c45f27c8737d89 (diff) |
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
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |