summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-04 22:04:44 +0000
committerrillig <rillig>2006-11-04 22:04:44 +0000
commit717085e3d022e3d851a2f1287b8337b58a4c7454 (patch)
tree5592ea3df3cd197ac65ea565ef872cfe83407a5c /mk
parentc88d00f569db01226e0ba49fd5027bd6e40e78ec (diff)
downloadpkgsrc-717085e3d022e3d851a2f1287b8337b58a4c7454.tar.gz
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 (limited to 'mk')
-rw-r--r--mk/help/help.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/help/help.mk b/mk/help/help.mk
index 2c05935f47e..0988fbd7a81 100644
--- a/mk/help/help.mk
+++ b/mk/help/help.mk
@@ -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}