Changeset 4439
- Timestamp:
- Sep 2, 2008, 1:22:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/docbook/ant-build-docbook.xml
r3886 r4439 194 194 </xmlcatalog> 195 195 196 < style196 <xslt 197 197 in = "${build.dir}/${index.name}.xml" 198 198 style = "${ant.docbook.styler.dir}/preprocess/preprocess.xsl" … … 206 206 <param name="xsltproc.catalog" expression="${catalog.location}" /> 207 207 <param name="xsltproc.option.--nonet" expression="" /> 208 </ style>208 </xslt> 209 209 </target> 210 210 <!-- }}} --> … … 249 249 </copy> 250 250 251 < style251 <xslt 252 252 in = "${temp:docbook.ready.file}" 253 253 style = "${build.dir}/customized.pdf-fop.xsl.tmp" … … 256 256 > 257 257 <classpath refid="ant-extensions" /> 258 </ style>258 </xslt> 259 259 260 260 <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop"> … … 294 294 </copy> 295 295 296 < style296 <xslt 297 297 in = "${temp:docbook.ready.file}" 298 298 style = "${build.dir}/customized.single.xsl.tmp" … … 301 301 > 302 302 <classpath refid="ant-extensions" /> 303 </ style>303 </xslt> 304 304 305 305 <delete file="${build.dir}/customized.single.xsl.tmp" /> … … 339 339 </copy> 340 340 341 < style341 <xslt 342 342 in = "${temp:docbook.ready.file}" 343 343 style = "${build.dir}/customized.chunked.xsl.tmp" … … 348 348 <classpath refid="ant-extensions" /> 349 349 <!-- <param name="chunker.output.encoding" expression="'UTF-8'" /> --> 350 </ style>350 </xslt> 351 351 352 352 <delete file="${build.dir}/customized.chunked.xsl.tmp" />
Note: See TracChangeset
for help on using the changeset viewer.