Update include cleaning scripts.
authorBruce Momjian
Wed, 14 Jun 2000 22:33:06 +0000 (22:33 +0000)
committerBruce Momjian
Wed, 14 Jun 2000 22:33:06 +0000 (22:33 +0000)
src/tools/pginclude/README
src/tools/pginclude/pgcompinclude [moved from src/tools/pginclude/pginclude with 100% similarity]

index 9ed3ebae97b9877571897abb5addcc470a5ff70d..ea84a4bae3ed9d84f2f5dd7a1793a394b1c7e275 100644 (file)
@@ -1,8 +1,12 @@
 These utilities help clean up #include file usage:
 
 pgfixinclude   change #include's to <> or ""
-pgrminclude    remove extra #include's
-pginclude [-v] report which #include files can not compile on their own
+
+pgrminclude [-v]
+       remove extra #include's
+
+pgcompinclude [-v]
+       report which #include files can not compile on their own
 
 pgdefine   create macro calls for all defines in the file (used by
        the above routines)