From 20eaff76a6c394c366799863c04f0a1856e6040b Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 21 Jun 2005 04:16:12 -0700 Subject: [PATCH] [svn] Add ChangeLog entry. Renamed CVS -> Subversion in Makefile.svn instructions. --- ChangeLog | 6 ++++++ Makefile.svn | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7986bc97..8900fb60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-21 Hrvoje Niksic + + * Makefile.cvs: Renamed to Makefile.svn. + + * README.cvs: Renamed to README.svn. + 2005-06-20 Hrvoje Niksic * configure.in: Don't check for the return type of signal diff --git a/Makefile.svn b/Makefile.svn index c05b5028..665ab142 100644 --- a/Makefile.svn +++ b/Makefile.svn @@ -1,4 +1,4 @@ -# Makefile for preparing the sources after CVS checkout. +# Makefile for preparing the sources after Subversion checkout. # Copyright (C) 2000 Karl Eichwalder. # This program is free software; you can redistribute it and/or modify @@ -28,7 +28,7 @@ # # Usage: # -# make -f Makefile.cvs +# make -f Makefile.svn # SHELL = /bin/sh @@ -42,7 +42,7 @@ prep: # the `make' program is called `make'. I'm keeping them for the sake # of the users who expect to find them. I don't want to make this # file complicated by implementing smarter detections -- the user who -# needs different behavior should simply run `make -f Makefile.cvs' +# needs different behavior should simply run `make -f Makefile.svn' # and proceed as he would have normally. configure: prep