pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help Bugfix: the first and second paragraph of a to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3be474d53d78
branches:  trunk
changeset: 523657:3be474d53d78
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 11 00:36:12 2007 +0000

description:
Bugfix: the first and second paragraph of a topic had not had an empty
line between them.

diffstat:

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

diffs (17 lines):

diff -r 7796e61cc2e9 -r 3be474d53d78 mk/help/help.awk
--- a/mk/help/help.awk  Thu Jan 11 00:27:37 2007 +0000
+++ b/mk/help/help.awk  Thu Jan 11 00:36:12 2007 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index