From: Bruce Momjian Date: Thu, 22 Sep 2005 21:59:50 +0000 (+0000) Subject: Add instructions. X-Git-Tag: REL8_1_0BETA3~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5b9e18acc95fabfc91335d4674d1198cc76b97f;p=thirdparty%2Fpostgresql.git Add instructions. --- diff --git a/src/tools/codelines b/src/tools/codelines index b74a0c792ed..c72cab442f5 100755 --- a/src/tools/codelines +++ b/src/tools/codelines @@ -1,4 +1,5 @@ : # This script is used to compute the total number of "C" lines in the release +# This should be run from the top of the CVS tree after a 'make distclean' find . -name '*.[chyl]' | xargs cat| wc -l