pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help mk/defaults/mk.conf is an important source for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7093f0c52764
branches:  trunk
changeset: 521082:7093f0c52764
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 04 22:04:44 2006 +0000

description:
mk/defaults/mk.conf is an important source for online help. It just
doesn't match the *.mk pattern, and that's why it had been excluded up
to now, accidentally.

diffstat:

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

diffs (18 lines):

diff -r 8dc6dfc82ed7 -r 7093f0c52764 mk/help/help.mk
--- a/mk/help/help.mk   Sat Nov 04 21:56:49 2006 +0000
+++ b/mk/help/help.mk   Sat Nov 04 22:04:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.1 2006/10/23 14:40:15 rillig Exp $
+# $NetBSD: help.mk,v 1.2 2006/11/04 22:04:44 rillig Exp $
 #
 
 # This is the integrated pkgsrc online help system. To query for the
@@ -9,7 +9,7 @@
 .if !defined(_PKGSRC_HELP_MK)
 _PKGSRC_HELP_MK=       # defined
 
-_HELP_FILES=           mk/*.mk mk/*/*.mk
+_HELP_FILES=           mk/*.mk mk/*/*.mk mk/defaults/mk.conf
 
 .if defined(VARNAME)
 TOPIC?=                ${VARNAME}



Home | Main Index | Thread Index | Old Index