From a5b9e18acc95fabfc91335d4674d1198cc76b97f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Sep 2005 21:59:50 +0000 Subject: [PATCH] Add instructions. --- src/tools/codelines | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/codelines b/src/tools/codelines index b74a0c792e..c72cab442f 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 -- 2.40.0