Commit 46d50783 authored by Bruce Momjian's avatar Bruce Momjian

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

parent f3148bef
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment