From: Daniel Stenberg Date: Wed, 22 May 2024 06:43:43 +0000 (+0200) Subject: [PATCH] docs/Makefile.am: make curl-config.1 install X-Git-Tag: archive/raspbian/8.8.0-4+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e0697aedbaf5e4a8939143d7e93ae02ac945c3e;p=curl.git [PATCH] docs/Makefile.am: make curl-config.1 install on "make install" like it should Follow-up to 60971d665b9b1df87082 Closes #13741 Gbp-Pq: Name docs_makefile_am_make_curl_config_1_install.patch --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 83f5b0c4..e9ef6284 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -28,6 +28,7 @@ if BUILD_DOCS # if we disable man page building, ignore these MK_CA_DOCS = mk-ca-bundle.1 CURLCONF_DOCS = curl-config.1 +man_MANS = curl-config.1 endif CURLPAGES = curl-config.md mk-ca-bundle.md