mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Update pgindent README so it gets *.java.in files.
This commit is contained in:
parent
f3148bef9f
commit
46d50783bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user