]> granicus.if.org Git - strace/commitdiff
README-CVS: Rename to README-hacking
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 7 Jul 2009 22:33:41 +0000 (22:33 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 Jul 2009 22:33:46 +0000 (22:33 +0000)
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
ChangeLog
Makefile.am
README-hacking [moved from README-CVS with 77% similarity]

index 943cd7238d00d0b1916610960002ed45c19d2cdf..d3b64b0e53019f4ca6d1a59f5d16d8aab7b67f4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2009-07-07  Dmitry V. Levin  <ldv@altlinux.org>
 
        * .cvsignore: Remove.
+       * README-CVS: Rename to README-hacking.
+       * Makefile.am (EXTRA_DIST): Remove README-CVS.
 
 2009-06-01  Dmitry V. Levin  <ldv@altlinux.org>
 
index de8b170805327844de99c4204a78e6b9a85098dd..18169604fe1d46c285123e620922e96fe726991e 100644 (file)
@@ -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 \
similarity index 77%
rename from README-CVS
rename to README-hacking
index fbc4bdf60a0076fda51d817c6d2dedf60d7a79de..af2a1f6b8f99b2e92c5255e19f8902c859dcefdf 100644 (file)
@@ -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.