diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-07 08:48:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-07 08:48:11 +0000 |
commit | 697a9d54b4ef846f7cdaae95a0ff23cba0c0d00f (patch) | |
tree | 2124869598d5c8577d9532f4a192164039a21956 | |
parent | ab3df5710a898762841f2b85de90e206599e8a55 (diff) | |
download | pkgsrc-697a9d54b4ef846f7cdaae95a0ff23cba0c0d00f.tar.gz |
Don't print the Keywords line.
-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; } |