mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Add missing imports.
[SVN r18612]
This commit is contained in:
@@ -21,6 +21,7 @@ import scanner ;
|
||||
import make ;
|
||||
import type ;
|
||||
import modules path project ;
|
||||
import xsltproc : xslt xslt-dir ;
|
||||
|
||||
feature.feature xsl:param : : free ;
|
||||
feature.feature format : html onehtml man pdf ps docbook fo tests
|
||||
@@ -150,6 +151,9 @@ rule docbook-to-fo ( target : source : properties * )
|
||||
|
||||
rule xml-catalog-action ( target : property-set ? : catalog-entries * )
|
||||
{
|
||||
import boostbook ;
|
||||
import print ;
|
||||
|
||||
action.__init__ $(target) : : generate-xml-catalog : $(property-set) ;
|
||||
|
||||
rule actualize ( )
|
||||
@@ -219,6 +223,10 @@ class xml-catalog-action : action ;
|
||||
rule boostbook-target-class ( name : project : sources * : requirements *
|
||||
: default-build * : catalog-entries * )
|
||||
{
|
||||
import feature ;
|
||||
import virtual-target ;
|
||||
import generators ;
|
||||
|
||||
basic-target.__init__ $(name) : $(project) : $(sources) : $(requirements)
|
||||
: $(default-build) ;
|
||||
self.catalog-entries = $(catalog-entries) ;
|
||||
@@ -314,6 +322,10 @@ rule boostbook ( target-name : sources * : requirements * : default-build * )
|
||||
# case for XML documents, but we'll assume it's true for anything we encounter.
|
||||
rule xinclude-scanner ( includes * )
|
||||
{
|
||||
import virtual-target ;
|
||||
import path ;
|
||||
import scanner ;
|
||||
|
||||
scanner.__init__ ;
|
||||
|
||||
rule pattern ( )
|
||||
|
||||
@@ -21,6 +21,7 @@ import scanner ;
|
||||
import make ;
|
||||
import type ;
|
||||
import modules path project ;
|
||||
import xsltproc : xslt xslt-dir ;
|
||||
|
||||
feature.feature xsl:param : : free ;
|
||||
feature.feature format : html onehtml man pdf ps docbook fo tests
|
||||
@@ -150,6 +151,9 @@ rule docbook-to-fo ( target : source : properties * )
|
||||
|
||||
rule xml-catalog-action ( target : property-set ? : catalog-entries * )
|
||||
{
|
||||
import boostbook ;
|
||||
import print ;
|
||||
|
||||
action.__init__ $(target) : : generate-xml-catalog : $(property-set) ;
|
||||
|
||||
rule actualize ( )
|
||||
@@ -219,6 +223,10 @@ class xml-catalog-action : action ;
|
||||
rule boostbook-target-class ( name : project : sources * : requirements *
|
||||
: default-build * : catalog-entries * )
|
||||
{
|
||||
import feature ;
|
||||
import virtual-target ;
|
||||
import generators ;
|
||||
|
||||
basic-target.__init__ $(name) : $(project) : $(sources) : $(requirements)
|
||||
: $(default-build) ;
|
||||
self.catalog-entries = $(catalog-entries) ;
|
||||
@@ -314,6 +322,10 @@ rule boostbook ( target-name : sources * : requirements * : default-build * )
|
||||
# case for XML documents, but we'll assume it's true for anything we encounter.
|
||||
rule xinclude-scanner ( includes * )
|
||||
{
|
||||
import virtual-target ;
|
||||
import path ;
|
||||
import scanner ;
|
||||
|
||||
scanner.__init__ ;
|
||||
|
||||
rule pattern ( )
|
||||
|
||||
Reference in New Issue
Block a user