File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ distdir:
122
122
cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
123
123
cp $(distdir)/doc/src/sgml/regress_README $(distdir)/src/test/regress/README
124
124
$(MAKE) -C $(distdir) distclean
125
- rm -f $(distdir)/README.CVS
125
+ rm -f $(distdir)/README.git
126
126
127
127
distcheck: dist
128
128
rm -rf $(dummy)
Original file line number Diff line number Diff line change 2
2
3
3
In a release or snapshot tarball of PostgreSQL, documentation files named
4
4
INSTALL and HISTORY will appear in this directory. However, these files are
5
- not stored in CVS and so will not be present if you are using a CVS checkout.
6
- If you are using CVS , you can view the most recent install instructions at:
5
+ not stored in git and so will not be present if you are using a git checkout.
6
+ If you are using git , you can view the most recent install instructions at:
7
7
http://developer.postgresql.org/docs/postgres/installation.html
8
8
and the current release notes at:
9
9
http://developer.postgresql.org/docs/postgres/release.html
10
10
11
- Users compiling from CVS will also need compatible versions of Bison, Flex,
11
+ Users compiling from git will also need compatible versions of Bison, Flex,
12
12
and Perl, as discussed in the install documentation. These programs are not
13
13
needed when using a tarball, since the files they are needed to build are
14
14
already present in the tarball. (On Windows, however, you need Perl anyway.)
You can’t perform that action at this time.
0 commit comments