pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help The *.mk files for Perl, PHP, Python and Ruby ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b9385b796e8
branches:  trunk
changeset: 522794:9b9385b796e8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 21 19:50:20 2006 +0000

description:
The *.mk files for Perl, PHP, Python and Ruby packages are also searched
for documentation by "make help".

diffstat:

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

diffs (18 lines):

diff -r 49fdbdb1f621 -r 9b9385b796e8 mk/help/help.mk
--- a/mk/help/help.mk   Thu Dec 21 19:33:28 2006 +0000
+++ b/mk/help/help.mk   Thu Dec 21 19:50:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.2 2006/11/04 22:04:44 rillig Exp $
+# $NetBSD: help.mk,v 1.3 2006/12/21 19:50:20 rillig Exp $
 #
 
 # This is the integrated pkgsrc online help system. To query for the
@@ -10,6 +10,8 @@
 _PKGSRC_HELP_MK=       # defined
 
 _HELP_FILES=           mk/*.mk mk/*/*.mk mk/defaults/mk.conf
+_HELP_FILES+=          lang/perl5/*.mk lang/php/*.mk lang/python/*.mk
+_HELP_FILES+=          lang/ruby/*.mk
 
 .if defined(VARNAME)
 TOPIC?=                ${VARNAME}



Home | Main Index | Thread Index | Old Index