From 82f4cc6eee722cd327f7a43d236b51cd37180b63 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 7 Jul 2009 22:33:41 +0000 Subject: [PATCH] README-CVS: Rename to README-hacking Signed-off-by: Dmitry V. Levin --- ChangeLog | 2 ++ Makefile.am | 2 +- README-CVS => README-hacking | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename README-CVS => README-hacking (77%) diff --git a/ChangeLog b/ChangeLog index 943cd723..d3b64b0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2009-07-07 Dmitry V. Levin * .cvsignore: Remove. + * README-CVS: Rename to README-hacking. + * Makefile.am (EXTRA_DIST): Remove README-CVS. 2009-06-01 Dmitry V. Levin diff --git a/Makefile.am b/Makefile.am index de8b1708..18169604 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \ debian/strace.manpages debian/strace-udeb.install \ strace.spec \ strace-graph COPYRIGHT CREDITS PORTING \ - README-CVS README-freebsd README-linux README-sunos4 README-svr4 \ + README-freebsd README-linux README-sunos4 README-svr4 \ linux/ioctlsort.c linux/ioctlent.sh \ linux/ioctlent.h linux/errnoent.h linux/signalent.h \ linux/syscall.h linux/syscallent.h linux/dummy.h \ diff --git a/README-CVS b/README-hacking similarity index 77% rename from README-CVS rename to README-hacking index fbc4bdf6..af2a1f6b 100644 --- a/README-CVS +++ b/README-hacking @@ -1,5 +1,5 @@ -If you use the CVS version of strace there will be some files missing +If you use the GIT version of strace there will be some files missing that you need to build strace. These files are generated by tools from the GNU Autoconf and Automake packages. You need recent versions, which provide the `autoreconf -i' command that will do everything you need. -- 2.50.1