Skip to content

Commit 218ef30

Browse files
committed
Fix found issues after the review
1 parent b884588 commit 218ef30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Makefile

+3-3
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-
# To launch pgindent, set the PATH environment variable to the directories
229+
# To use 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 the postgresql project source tree.
232+
# in the <postgresql>/src/tools/pg_bsd_indent directory, where <postgresql>
233+
# is the root directory of the PostgreSQL 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)