diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-12-17 01:56:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-12-17 01:56:43 +0000 |
commit | 55cfdd4400090add79ddcac9c2092e9dc9f2ed31 (patch) | |
tree | 2734669717956581d2a7b26205317699a4dafd41 | |
parent | 1cc8fb82274ba2cf8ce5071768d03072854af22a (diff) | |
download | postgresql-55cfdd4400090add79ddcac9c2092e9dc9f2ed31.tar.gz postgresql-55cfdd4400090add79ddcac9c2092e9dc9f2ed31.zip |
Mention installing /contrib libraries for pgindent.
-rw-r--r-- | src/tools/pgindent/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 807021addcb..60c1dea5acc 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -5,16 +5,18 @@ To use pgindent: 1) Build the source tree with _debug_ symbols and install -2) Get the list of _current_ typedefs by running: +2) Install all /contrib libraries + +3) Get the list of _current_ typedefs by running: src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib -3) Add the typedef output to the pgindent script. +4) Add the typedef output to the pgindent script. -4) Run 'gmake distclean' from the top of the source tree to remove any +5) Run 'gmake distclean' from the top of the source tree to remove any derived C files. -5) From the top of the source tree, run: +6) From the top of the source tree, run: find . -name '*.[ch]' -type f -print | egrep -v '/s_lock.h|/ecpg/test/expected/|/snowball/libstemmer/' | |