diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-22 21:59:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-22 21:59:50 +0000 |
commit | a5b9e18acc95fabfc91335d4674d1198cc76b97f (patch) | |
tree | c0d90ffe8f924616b4e8605b49b9a40f6c179f2c | |
parent | 5d075bb4cc225fe21c1dca907f081bfb1935a5ab (diff) | |
download | postgresql-a5b9e18acc95fabfc91335d4674d1198cc76b97f.tar.gz postgresql-a5b9e18acc95fabfc91335d4674d1198cc76b97f.zip |
Add instructions.
-rwxr-xr-x | src/tools/codelines | 1 |
1 files changed, 1 insertions, 0 deletions
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 |