Lines Matching full:images
103 the boost css files and images directly from their original location.
104 But when building in a separate repository the css and images files need to
118 <dependency>images
123 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
124 : <location>html/images ;
126 explicit images ;
132 <dependency>images
137 `css` and `images` targets which do the copying:
141 install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
142 : <location>html/images ;
144 explicit images ;
147 `images` are marked `explicit`, so that they're only copied when required.