From: Peter Eisentraut Date: Sun, 13 Jun 2004 21:50:04 +0000 (+0000) Subject: Remove README.CVS when making a distribution. X-Git-Tag: REL7_4_3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2416c758a67406a8b3bcb15e0e934c561ef1d48b;p=thirdparty%2Fpostgresql.git Remove README.CVS when making a distribution. --- 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)