Skip to content
Snippets Groups Projects
Commit 0e338bba authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove README.CVS when making a distribution.

parent c0dff99d
No related branches found
No related tags found
No related merge requests found
#
# 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment