diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-09-21 12:40:16 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-09-21 12:40:16 +0200 |
commit | 397761827aa3a3ac95b8a60dd21900f7bae88f05 (patch) | |
tree | 788d3f220939f592c929b88b037a99bf7407625a /GNUmakefile.in | |
parent | 9f2e211386931f7aee48ffbc2fcaef1632d8329f (diff) | |
download | postgresql-397761827aa3a3ac95b8a60dd21900f7bae88f05.tar.gz postgresql-397761827aa3a3ac95b8a60dd21900f7bae88f05.zip |
Rename README.CVS to README.git and change references in it.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 8355b9be93c..57f5813407b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -122,7 +122,7 @@ distdir: cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/ cp $(distdir)/doc/src/sgml/regress_README $(distdir)/src/test/regress/README $(MAKE) -C $(distdir) distclean - rm -f $(distdir)/README.CVS + rm -f $(distdir)/README.git distcheck: dist rm -rf $(dummy) |