diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-24 22:56:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-24 22:56:00 +0000 |
commit | c10684ac3f6f39c190ce61bc174993a9a8b11be5 (patch) | |
tree | c31d60faaa2e0b56d8294b2e5fde48fd7dc91b5b | |
parent | f81e77595455b283355bc4fdbc03a6e14a65116d (diff) |
fixed the new path to the curl man page
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b5b81a564..334e0f3a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -man_MANS = curl.1 +man_MANS = docs/curl.1 EXTRA_DIST = $(man_MANS) |