From 741c0c406568a4f332423451ddbee120aa1f4efa Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 11 Jan 2007 00:36:12 +0000 Subject: Bugfix: the first and second paragraph of a topic had not had an empty line between them. --- 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 3b84e4ce07f..cd705df1c13 100644 --- a/mk/help/help.awk +++ b/mk/help/help.awk @@ -1,4 +1,4 @@ -# $NetBSD: help.awk,v 1.8 2007/01/09 04:28:23 rillig Exp $ +# $NetBSD: help.awk,v 1.9 2007/01/11 00:36:12 rillig Exp $ # # This program extracts the inline documentation from *.mk files. @@ -50,6 +50,7 @@ function end_of_topic() { always { ignore_this_line = (ignore_next_empty_line && $0 == "#"); + ignore_next_empty_line = no; } # There is no need to print the RCS Id, since the full pathname -- cgit v1.2.3