head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2006.04.25.18.48.26; author cworth; state Exp; branches; next ; desc @@ 1.1 log @Make it very clear that the CVS tree is stale and obsolete @ text @all: @@echo "*********************" @@echo "****** WARNING ******" @@echo "*********************" @@echo "" @@echo "You are attempting to compile an obsolete checkout of the cairo" @@echo "source code. The current cairo source code is no longer maintained" @@echo "with CVS, but instead with the git content tracker." @@echo "" @@echo "To use git to checkout the cairo library, use the following command:" @@echo "" @@echo " git clone git://git.cairographics.org/git/cairo" @@echo "" @@echo "followed by periodic updates:" @@echo "" @@echo " git pull origin" @@echo "" @@echo "Once you have a clone this way, you can browse it locally with" @@echo "graphical tools such as gitk or gitview. You may also commit changes" @@echo "locally with "git commit -a". These local commits will be" @@echo "automatically merged with upstream changes when you cg-update, and you" @@echo "can also generate patches from them for submitting to the cairo" @@echo "mailing list with "git format-patch origin"." @@echo "" @@echo "Note: If you can't find git packages from your distribution, you can" @@echo "get tar files from:" @@echo "" @@echo " http://www.kernel.org/pub/software/scm/git/ " @@echo "" @@echo "For the most up-to-date information on obtaining the latest cairo" @@echo "sources, see:" @@echo "" @@echo " http://cairographics.org/download" @@echo "" @@echo "I apologize for any inconvenience or confusion the switch from CVS to" @@echo "git may have caused. So thank you for your patience, and please" @@echo "continue to have fun with cairo!" @@echo "" @@echo "-Carl" @@echo "" @@echo "PS. If you insist on using this stale version you may run" @@echo "autogen.sh.stale instead of autogen.sh." @@false @