diff options
author | rillig <rillig> | 2007-01-07 08:48:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-07 08:48:11 +0000 |
commit | 4754eb7c7e9f8a89ce25dd3897b63a1abce0614a (patch) | |
tree | 2124869598d5c8577d9532f4a192164039a21956 /mk/help | |
parent | 3a413ca3921f5d8b2bd469a7df347dde009eb370 (diff) | |
download | pkgsrc-4754eb7c7e9f8a89ce25dd3897b63a1abce0614a.tar.gz |
Don't print the Keywords line.
Diffstat (limited to 'mk/help')
-rw-r--r-- | mk/help/help.awk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/help/help.awk b/mk/help/help.awk index a77c1fc6690..51b9e869bf3 100644 --- a/mk/help/help.awk +++ b/mk/help/help.awk @@ -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 @@ always { relevant = yes; } } + ignore_this_line = yes; ignore_next_empty_line = yes; } |