From: Daniel Stenberg Date: Thu, 30 Apr 2009 08:08:33 +0000 (+0000) Subject: mention that cvs is needed for releases X-Git-Tag: curl-7_19_5~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e08296f70c35525003b05ee3e69e4a73fc1721ca;p=curl mention that cvs is needed for releases --- diff --git a/docs/INTERNALS b/docs/INTERNALS index 411e664a9..5021c82e0 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -472,3 +472,6 @@ Building Releases need to fill in the Makefile.am files properly for which files that should be included in the release archives. + NOTE: you need to have curl checked out from CVS to be able to do a proper + release build. The release tarballs do not have everything setup in order to + do releases properly.