pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/help Don't print the Keywords line.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de8790b1f080
branches:  trunk
changeset: 523396:de8790b1f080
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 07 08:48:11 2007 +0000

description:
Don't print the Keywords line.

diffstat:

 mk/help/help.awk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 555595898694 -r de8790b1f080 mk/help/help.awk
--- a/mk/help/help.awk  Sun Jan 07 08:35:47 2007 +0000
+++ b/mk/help/help.awk  Sun Jan 07 08:48:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: help.awk,v 1.5 2007/01/06 16:49:40 rillig Exp $
+# $NetBSD: help.awk,v 1.6 2007/01/07 08:48:11 rillig Exp $
 #
 
 # This program extracts the inline documentation from *.mk files.
@@ -47,6 +47,7 @@
                        relevant = yes;
                }
        }
+       ignore_this_line = yes;
        ignore_next_empty_line = yes;
 }
 



Home | Main Index | Thread Index | Old Index