Update pgindent README so it gets *.java.in files.

This commit is contained in:
Bruce Momjian 2001-11-19 22:36:11 +00:00
parent f3148bef9f
commit 46d50783bf

View File

@ -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