doc/pkgsrc.*: regen

This commit is contained in:
gutteridge 2023-09-17 23:43:06 +00:00
parent 4ed7aa4ad5
commit 2fc5ff3b77
2 changed files with 2 additions and 2 deletions

View file

@ -8762,7 +8762,7 @@ gnu++03, gnu++11, gnu++14, gnu++17, gnu++20
<code class="filename">mk/configure/replace-interpreter.mk</code>. Other
languages define the actions of these variables within their own
dedicated part of the tree, e.g., <code class="varname">REPLACE_PHP</code> is
actioned in <code class="filename">lang/php/phpversion.mk</code>, and
actioned in <code class="filename">lang/php/replace.mk</code>, and
<code class="varname">REPLACE_PYTHON</code> is actioned in
<code class="filename">lang/python/application.mk</code>. For other languages,
consult the mk files found within their specific directories (the

View file

@ -6969,7 +6969,7 @@ packages containing awk scripts, and REPLACE_R for R. These two, like the
others noted above, have their actions defined centrally in mk/configure/
replace-interpreter.mk. Other languages define the actions of these variables
within their own dedicated part of the tree, e.g., REPLACE_PHP is actioned in
lang/php/phpversion.mk, and REPLACE_PYTHON is actioned in lang/python/
lang/php/replace.mk, and REPLACE_PYTHON is actioned in lang/python/
application.mk. For other languages, consult the mk files found within their
specific directories (the naming convention varies), or check the list found in
Appendix E, Help topics.