File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,11 +226,11 @@ dist : clean sparse.c sscan.c
226
226
find . -name ' *~' -type f -exec rm {} \;
227
227
cd .. && tar --transform s/$(SRC_DIR ) /pgsphere-$(PGSPHERE_VERSION ) / --exclude CVS --exclude .git -czf pgsphere-$(PGSPHERE_VERSION ) .tar.gz $(SRC_DIR ) && cd -
228
228
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
230
230
# containing the binaries pgindent and pg_bsd_indent. It is important to
231
231
# 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.
234
234
#
235
235
# The sources of the utilities can be found in the following directories:
236
236
# - <postgresql>/src/tools/pgindent
You can’t perform that action at this time.
0 commit comments