diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2004-06-13 21:51:36 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2004-06-13 21:51:36 +0000 |
commit | 0e338bba42df2ec25d4507613c14ded7269a5db8 (patch) | |
tree | ef4e0b4815f7389b7b673a29e5a6a2f7917c301f /GNUmakefile.in | |
parent | c0dff99dbcbf19507a82e9a2a1b025731cd0992f (diff) | |
download | postgresql-0e338bba42df2ec25d4507613c14ded7269a5db8.tar.gz |
Remove README.CVS when making a distribution.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 65ddc7cd15..b927866ed4 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.38 2004/04/20 00:33:44 pgsql Exp $ +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.39 2004/06/13 21:51:36 petere Exp $ # subdir = @@ -101,6 +101,7 @@ distdir: done $(MAKE) -C $(distdir) distprep $(MAKE) -C $(distdir) distclean + rm -f $(distdir)/README.CVS distcheck: $(distdir).tar.gz -rm -rf $(dummy) |