From: Daniel Stenberg Date: Thu, 22 Mar 2001 11:22:09 +0000 (+0000) Subject: added escape and unescape man pages X-Git-Tag: curl-7_7~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f869f89ff999700bea00f4844d510ca6f7f2e9c;p=thirdparty%2Fcurl.git added escape and unescape man pages --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 40c1defeb6..8e99d7bf62 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -17,7 +17,9 @@ man_MANS = \ curl_getenv.3 \ curl_slist_append.3 \ curl_slist_free_all.3 \ - curl_version.3 + curl_version.3 \ + curl_escape.3 \ + curl_unescape.3 EXTRA_DIST = $(man_MANS) \ MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \