aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2016-07-21 12:49:43 +0200
committerKamil Dudka <kdudka@redhat.com>2016-07-21 13:06:17 +0200
commit8b9ba132f0aad9ba1ada8879ab2a9bb03eba57f6 (patch)
tree89945d7567b25b13715ca09fac17e5d6adc5c210
parent001f8d06fef3c5f1e3b2ab45a2f46de39b70bd9e (diff)
docs: distribute the CURLINFO_HTTP_VERSION(3) man page, too
-rw-r--r--RELEASE-NOTES2
-rw-r--r--docs/libcurl/opts/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2cfab4a1a..da6cb4c3c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -12,7 +12,7 @@ This release includes the following changes:
This release includes the following bugfixes:
- o
+ o include the CURLINFO_HTTP_VERSION(3) man page into the release tarball
This release includes the following known bugs:
diff --git a/docs/libcurl/opts/Makefile.am b/docs/libcurl/opts/Makefile.am
index 49674d5c7..a3fc0647f 100644
--- a/docs/libcurl/opts/Makefile.am
+++ b/docs/libcurl/opts/Makefile.am
@@ -38,6 +38,7 @@ man_MANS = \
CURLINFO_HEADER_SIZE.3 \
CURLINFO_HTTPAUTH_AVAIL.3 \
CURLINFO_HTTP_CONNECTCODE.3 \
+ CURLINFO_HTTP_VERSION.3 \
CURLINFO_LASTSOCKET.3 \
CURLINFO_LOCAL_IP.3 \
CURLINFO_LOCAL_PORT.3 \