2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Boost Build cleanup - made the tools/boostbook.jam xml-catalog rule local.

[SVN r80016]
This commit is contained in:
Jurko Gospodnetić
2012-08-13 22:29:13 +00:00
parent 1959ca27ec
commit 63acc67719

View File

@@ -594,7 +594,7 @@ rule generate-xml-catalog ( target : sources * : properties * )
# shared between all builds made on that system. This however would require much
# more though to add the necessary changes to Boost Build's internal design.
#
rule xml-catalog ( project )
local rule xml-catalog ( project )
{
if ! $(.xml-catalog)
{