diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-22 15:50:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-22 15:50:12 +0000 |
commit | f470a131a69dfea3104a7b779923135372edf2e2 (patch) | |
tree | bf0979d9ee469126080308fa2a2a08e9c8fa8cb4 /docs/Makefile.am | |
parent | 04b20b7ed25f4d61ebc319185b65e6341137cfc9 (diff) |
added missing (new) man pages
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 0fde6714a..5237200cb 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -20,7 +20,11 @@ man_MANS = \ curl_slist_free_all.3 \ curl_version.3 \ curl_escape.3 \ - curl_unescape.3 + curl_unescape.3 \ + curl_strequal.3 \ + curl_strnequal.3 \ + curl_printf.3 \ + libcurl.5 EXTRA_DIST = $(man_MANS) \ MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \ |