2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 11:22:12 +00:00

Unbreak doc.jam, broken by third argument to header scanning rule.

[SVN r21313]
This commit is contained in:
Vladimir Prus
2003-12-18 05:15:27 +00:00
parent 53d80e6406
commit 7798afcd88

View File

@@ -808,6 +808,7 @@ local rule scan-class (
rule scan-module (
target # The module file.
: text * # The text in the file, one item per line.
: binding
)
{
if $(.option.debug) { ECHO "HELP:" scanning module target '$(target)' ; }