pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/help
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Jan 24 23:16:01 UTC 2022
Modified Files:
pkgsrc/mk/help: help.mk
Log Message:
help/help.mk: pick up further language-specific variables
Add lua, nodejs, octave, qore, and tk-specific variables. (tk and tk85
define the same variable, so I only included tk.) This relates to
PR pkg/56301, where I noticed various REPLACE_* variables were not
listed in Appendix E of the pkgsrc guide.
There is a separate issue related to Appendix E here. If wip/mk is
found, the auto-generation of the help topic list for the pkgsrc guide
includes anything it finds under that path, but that's potentially
misleading, and causes the generated list to see-saw back and forth as
committers do or do not have wip visible (I do not).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/help/help.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/help/help.mk
diff -u pkgsrc/mk/help/help.mk:1.17 pkgsrc/mk/help/help.mk:1.18
--- pkgsrc/mk/help/help.mk:1.17 Mon Sep 9 09:38:36 2019
+++ pkgsrc/mk/help/help.mk Mon Jan 24 23:16:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.17 2019/09/09 09:38:36 maya Exp $
+# $NetBSD: help.mk,v 1.18 2022/01/24 23:16:01 gutteridge Exp $
#
# This is the integrated pkgsrc online help system. To query for the
@@ -10,9 +10,16 @@ _HELP_FILES= Makefile
_HELP_FILES+= mk/*.mk mk/*/*.mk mk/*/*/*.mk
_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/lua/*.mk
+_HELP_FILES+= lang/nodejs/*.mk
+_HELP_FILES+= lang/perl5/*.mk
+_HELP_FILES+= lang/php/*.mk
+_HELP_FILES+= lang/python/*.mk
+_HELP_FILES+= lang/qore/*.mk
_HELP_FILES+= lang/ruby/*.mk
+_HELP_FILES+= math/octave/*.mk
_HELP_FILES+= print/texlive/*.mk
+_HELP_FILES+= x11/tk/*.mk
_HELP_FILES+= mk/*/*.help
.if exists(${.PARSEDIR}/../../wip/mk)
_HELP_FILES+= wip/mk/*.mk
Home |
Main Index |
Thread Index |
Old Index