Update pginclude documentation.

This commit is contained in:
Bruce Momjian 2006-07-11 19:52:12 +00:00
parent 001d30ee6b
commit 8230fbf964

View File

@ -13,5 +13,12 @@ pgrminclude [-v]
pgdefine create macro calls for all defines in the file (used by pgdefine create macro calls for all defines in the file (used by
the above routines) the above routines)
It is also a good idea to sort the pg-specific include files in alphabetic It is also a good idea to sort the pg-specific include files in
order. This is best done with a text editor. alphabetic order. This is best done with a text editor. Typical usage
order would be:
pgfixinclude
pgcompinclude
pgrminclude /src/include
pgcompinclude
pgrminclude /