diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-22 11:22:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-22 11:22:09 +0000 |
commit | 2f869f89ff999700bea00f4844d510ca6f7f2e9c (patch) | |
tree | 3ccf6b665fef1723a022ff0121380aad569f813d /docs/Makefile.am | |
parent | 0f310a5001494e2780aa6785e98f01819389a615 (diff) |
added escape and unescape man pages
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |