diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-10 17:13:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-10 17:13:34 +0000 |
commit | 54485d9fddf389b2b592a4267ab53da9ad3a14ee (patch) | |
tree | 0376b83ee500da98d6f63a0d8eb084c8757c8d9e /src | |
parent | f61f01f1a284353e7b111a5da01ab7eb6f07a7a9 (diff) | |
download | postgresql-54485d9fddf389b2b592a4267ab53da9ad3a14ee.tar.gz postgresql-54485d9fddf389b2b592a4267ab53da9ad3a14ee.zip |
Update usage documention for pginclude
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pginclude/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index ea84a4bae3e..93b8f2777d6 100644 --- a/src/tools/pginclude/README +++ b/src/tools/pginclude/README @@ -1,13 +1,15 @@ -These utilities help clean up #include file usage: +These utilities help clean up #include file usage. They should be run +in this order so that the include files have the proper includes before +the C files are tested. pgfixinclude change #include's to <> or "" -pgrminclude [-v] - remove extra #include's - pgcompinclude [-v] report which #include files can not compile on their own +pgrminclude [-v] + remove extra #include's + pgdefine create macro calls for all defines in the file (used by the above routines) |