diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-30 08:08:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-30 08:08:49 +0000 |
commit | 62213e529cb0413c5fa339668c6df127a2cb05d0 (patch) | |
tree | 44ad78e9f7a0f5fa6563d8e0fdbcdc6fcaa6d174 /src | |
parent | ea3b6914cc4f8a28861dd34c84992ff8222bed29 (diff) |
README.curl is now MANUAL
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eb2b47c52..43bf0cdf1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ EXTRA_DIST = mkhelp.pl Makefile.vc6 AUTOMAKE_OPTIONS = foreign no-dependencies MANPAGE=$(top_srcdir)/docs/curl.1 -README=$(top_srcdir)/docs/README.curl +README=$(top_srcdir)/docs/MANUAL MKHELP=$(top_srcdir)/src/mkhelp.pl # This generates the hugehelp.c file |