From 4754eb7c7e9f8a89ce25dd3897b63a1abce0614a Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Jan 2007 08:48:11 +0000 Subject: Don't print the Keywords line. --- mk/help/help.awk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/help') 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; } -- cgit v1.2.3