From 2f869f89ff999700bea00f4844d510ca6f7f2e9c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Mar 2001 11:22:09 +0000 Subject: [PATCH] added escape and unescape man pages --- docs/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 40c1defeb..8e99d7bf6 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 \ -- 2.40.0