]> granicus.if.org Git - postgresql/commitdiff
Add instructions.
authorBruce Momjian <bruce@momjian.us>
Thu, 22 Sep 2005 21:59:50 +0000 (21:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 22 Sep 2005 21:59:50 +0000 (21:59 +0000)
src/tools/codelines

index b74a0c792ed2b5b9f53a82a3bb28eacea35cb461..c72cab442f542cca503cbc6573da3122b430b3a9 100755 (executable)
@@ -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