Commit 0e338bba authored by Peter Eisentraut's avatar Peter Eisentraut

Remove README.CVS when making a distribution.

parent c0dff99d
# #
# PostgreSQL top level makefile # 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 = subdir =
...@@ -101,6 +101,7 @@ distdir: ...@@ -101,6 +101,7 @@ distdir:
done done
$(MAKE) -C $(distdir) distprep $(MAKE) -C $(distdir) distprep
$(MAKE) -C $(distdir) distclean $(MAKE) -C $(distdir) distclean
rm -f $(distdir)/README.CVS
distcheck: $(distdir).tar.gz distcheck: $(distdir).tar.gz
-rm -rf $(dummy) -rm -rf $(dummy)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment