mirror of
https://github.com/postgres/postgres.git
synced 2026-04-26 00:31:07 -04:00
Update pgindent README so it gets *.java.in files.
This commit is contained in:
parent
f3148bef9f
commit
46d50783bf
1 changed files with 2 additions and 1 deletions
|
|
@ -35,4 +35,5 @@ directory. Merge the output of these and remove duplicates.
|
||||||
For java, we use astyle, http://astyle.sourceforge.net/, with the
|
For java, we use astyle, http://astyle.sourceforge.net/, with the
|
||||||
following options:
|
following options:
|
||||||
|
|
||||||
find . -name '*.java' -type f -print | xargs -n100 pgjindent
|
find . \( -name '*.java' -o -name '*.java.in' \) -print |
|
||||||
|
xargs -n100 pgjindent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue