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

Commit218ef30

Browse files
committed
Fix found issues after the review
1 parentb884588 commit218ef30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ dist : clean sparse.c sscan.c
226226
find. -name'*~' -type f -exec rm {}\;
227227
cd ..&& tar --transform s/$(SRC_DIR)/pgsphere-$(PGSPHERE_VERSION)/ --exclude CVS --exclude .git -czf pgsphere-$(PGSPHERE_VERSION).tar.gz$(SRC_DIR)&&cd -
228228

229-
# Tolaunch pgindent, set the PATH environment variable to the directories
229+
# Touse pgindent, set the PATH environment variable to include the directories
230230
# containing the binaries pgindent and pg_bsd_indent. It is important to
231231
# utilize a specific version of pg_bsd_indent, which sources can be found
232-
# in the postgresql>/src/tools/pg_bsd_indent directory, where <postgresql>
233-
# is the root directory of thepostgresql project source tree.
232+
# in the<postgresql>/src/tools/pg_bsd_indent directory, where <postgresql>
233+
# is the root directory of thePostgreSQL project source tree.
234234
#
235235
# The sources of the utilities can be found in the following directories:
236236
# - <postgresql>/src/tools/pgindent

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp