From 5d72cb67f86b2d402bafbacce7da26201786fb39 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 22 Jan 2005 11:45:46 +0000 Subject: [PATCH] Attempt to fix someone else's bug. [SVN r26798] --- src/tools/boostbook.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/boostbook.jam b/src/tools/boostbook.jam index 8c7ae3741..1006f496e 100644 --- a/src/tools/boostbook.jam +++ b/src/tools/boostbook.jam @@ -203,7 +203,7 @@ class xml-catalog-action : action rule __init__ ( target : property-set ? ) { - action.__init__ $(target) : : generate-xml-catalog : $(property-set) ; + action.__init__ $(target) : generate-xml-catalog : $(property-set) ; } rule actualize ( )