diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-18 13:16:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-18 13:16:57 +0000 |
commit | 80fbcdf2f2ac3404874d0b306c457c1111494dc4 (patch) | |
tree | f66af59429dc5a27fc08d00a1739f89ec5ff5572 | |
parent | 0fd9f642879abbc1c738758096e2d27c65e55a84 (diff) |
Added curl-config.1
-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 8e99d7bf6..0fde6714a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -6,6 +6,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies man_MANS = \ curl.1 \ + curl-config.1 \ curl_easy_cleanup.3 \ curl_easy_getinfo.3 \ curl_easy_init.3 \ |