From: Bruce Momjian Date: Mon, 10 Jul 2006 17:13:34 +0000 (+0000) Subject: Update usage documention for pginclude X-Git-Tag: REL8_2_BETA1~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54485d9fddf389b2b592a4267ab53da9ad3a14ee;p=postgresql Update usage documention for pginclude --- diff --git a/src/tools/pginclude/README b/src/tools/pginclude/README index ea84a4bae3..93b8f2777d 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)