diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:49:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:49:51 +0000 |
commit | 398d21696f8a5dcf98117be4c1f46f921cb2c77b (patch) | |
tree | c87a068e4cd3ff48056a29dde95f4ea1130e5cd7 | |
parent | 99fbcac6b90563643e52d8d7b1bf1a14c52cb57c (diff) |
Added curl_easy_getinfo.3
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 9479ac7e6..4fcace4b7 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -7,6 +7,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies man_MANS = \ curl.1 \ curl_easy_cleanup.3 \ + curl_easy_getinfo.3 \ curl_easy_init.3 \ curl_easy_perform.3 \ curl_easy_setopt.3 \ |