pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help When pkgsrc-wip is available, look in those fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d72446026ebe
branches:  trunk
changeset: 527610:d72446026ebe
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Apr 11 06:40:09 2007 +0000

description:
When pkgsrc-wip is available, look in those files, too.

diffstat:

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

diffs (19 lines):

diff -r bfd2a25d072f -r d72446026ebe mk/help/help.mk
--- a/mk/help/help.mk   Wed Apr 11 06:39:44 2007 +0000
+++ b/mk/help/help.mk   Wed Apr 11 06:40:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.7 2007/03/09 01:34:50 rillig Exp $
+# $NetBSD: help.mk,v 1.8 2007/04/11 06:40:09 rillig Exp $
 #
 
 # This is the integrated pkgsrc online help system. To query for the
@@ -15,6 +15,9 @@
 _HELP_FILES+=          lang/perl5/*.mk lang/php/*.mk lang/python/*.mk
 _HELP_FILES+=          lang/ruby/*.mk
 _HELP_FILES+=          mk/*/*.help
+.if exists(${.PARSEDIR}/../../wip/mk)
+_HELP_FILES+=          wip/mk/*.mk
+.endif
 
 .if defined(VARNAME)
 TOPIC?=                ${VARNAME}



Home | Main Index | Thread Index | Old Index