Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit829f5b3

Browse files
committed
Back-patch replacement of README.CVS with README.git.
In older branches, also git-ify the "make distdir" rule.
1 parentc6f6db5 commit829f5b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎GNUmakefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ distdir:
122122
cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
123123
cp $(distdir)/doc/src/sgml/regress_README $(distdir)/src/test/regress/README
124124
$(MAKE) -C $(distdir) distclean
125-
rm -f $(distdir)/README.CVS
125+
rm -f $(distdir)/README.git
126126

127127
distcheck: dist
128128
rm -rf $(dummy)

‎README.CVSrenamed to‎README.git

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
In a release or snapshot tarball of PostgreSQL, documentation files named
44
INSTALL and HISTORY will appear in this directory. However, these files are
5-
not stored inCVS and so will not be present if you are using aCVS checkout.
6-
If you are usingCVS, you can view the most recent install instructions at:
5+
not stored ingit and so will not be present if you are using agit checkout.
6+
If you are usinggit, you can view the most recent install instructions at:
77
http://developer.postgresql.org/docs/postgres/installation.html
88
and the current release notes at:
99
http://developer.postgresql.org/docs/postgres/release.html
1010

11-
Users compiling fromCVS will also need compatible versions of Bison, Flex,
11+
Users compiling fromgit will also need compatible versions of Bison, Flex,
1212
and Perl, as discussed in the install documentation. These programs are not
1313
needed when using a tarball, since the files they are needed to build are
1414
already present in the tarball. (On Windows, however, you need Perl anyway.)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp