Update usage documention for pginclude

This commit is contained in:
Bruce Momjian 2006-07-10 17:13:34 +00:00
parent f61f01f1a2
commit 54485d9fdd
1 changed files with 6 additions and 4 deletions

View File

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