From 58afc7c0b40f34a47a0573b7663085b4bdb72276 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 23 Feb 2001 16:30:51 +0000 Subject: Add a little script which takes the output of "cvs diff", which is a flattened recursive diff, and unflattens it, so that it can be applied with "patch -p0". This has tested only against the output of "cvs diff -u". Usage: cvs diff -u | cvsdiff-fix.py > file.diff svn path=/trunk/; revision=3071 --- tools/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index e23a800eaf..05e7068f8c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = lemon EXTRA_DIST = \ - Makefile.nmake + Makefile.nmake \ + cvsdiff-fix.py -- cgit v1.2.1