aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-19 22:36:11 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-19 22:36:11 +0000
commit46d50783bf16b2db28160c2b968cd6d5cd65600d (patch)
treeda8552617d83a38a9220d4221916e9a5d9e5b636
parentf3148bef9f9bb43447fbc13d3791734211ac59bc (diff)
downloadpostgresql-46d50783bf16b2db28160c2b968cd6d5cd65600d.tar.gz
postgresql-46d50783bf16b2db28160c2b968cd6d5cd65600d.zip
Update pgindent README so it gets *.java.in files.
-rw-r--r--src/tools/pgindent/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index c3ef00ad1fc..ec8f96bb16e 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -35,4 +35,5 @@ directory. Merge the output of these and remove duplicates.
For java, we use astyle, http://astyle.sourceforge.net/, with the
following options:
- find . -name '*.java' -type f -print | xargs -n100 pgjindent
+ find . \( -name '*.java' -o -name '*.java.in' \) -print |
+ xargs -n100 pgjindent