From 2416c758a67406a8b3bcb15e0e934c561ef1d48b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 13 Jun 2004 21:50:04 +0000 Subject: [PATCH] Remove README.CVS when making a distribution. --- GNUmakefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 215b198cf79..563532ab24a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35 2003/10/13 21:39:41 petere Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35.2.1 2004/06/13 21:50:04 petere Exp $ # subdir = @@ -103,6 +103,7 @@ distdir: done $(MAKE) -C $(distdir) distprep $(MAKE) -C $(distdir) distclean + rm -f $(distdir)/README.CVS distcheck: $(distdir).tar.gz -rm -rf $(dummy) -- 2.39.5