diff options
author | leot <leot> | 2016-02-01 18:47:23 +0000 |
---|---|---|
committer | leot <leot> | 2016-02-01 18:47:23 +0000 |
commit | d72d2259fcba3382b828f5d9b8e8e795d627b36e (patch) | |
tree | cc6cc182ad664a9451a501b415bddd45c9374586 /mk | |
parent | acb92e0f3efefb175fbd0548afccdf8feeba3c14 (diff) | |
download | pkgsrc-d72d2259fcba3382b828f5d9b8e8e795d627b36e.tar.gz |
Add keywords to print/texlive/package.mk and instruct mk/help/help.mk to also
look for print/texlive/*.mk files for help.
Now documentation regarding TeX packages for pkgsrc MAINTAINERs and
developers is easily accessible via the "help" target.
ok wiz@
Diffstat (limited to 'mk')
-rw-r--r-- | mk/help/help.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/help/help.mk b/mk/help/help.mk index 968aed758d2..bf377baaca3 100644 --- a/mk/help/help.mk +++ b/mk/help/help.mk @@ -1,4 +1,4 @@ -# $NetBSD: help.mk,v 1.11 2015/12/27 19:41:29 wiz Exp $ +# $NetBSD: help.mk,v 1.12 2016/02/01 18:47:23 leot Exp $ # # This is the integrated pkgsrc online help system. To query for the @@ -12,6 +12,7 @@ _HELP_FILES+= mk/defaults/mk.conf _HELP_FILES+= lang/go/*.mk _HELP_FILES+= lang/perl5/*.mk lang/php/*.mk lang/python/*.mk _HELP_FILES+= lang/ruby/*.mk +_HELP_FILES+= print/texlive/*.mk _HELP_FILES+= mk/*/*.help .if exists(${.PARSEDIR}/../../wip/mk) _HELP_FILES+= wip/mk/*.mk |