[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] epub3 - copying the images, using Ant
A-ha, that might be the way to do it.
Thank you, I'll give it a try.
Richard.
From: Tony Graham [tgraham@mentea.net]
Sent: 15 March 2013 12:41 To: DocBook Apps Mailing List ý[docbook-apps@lists.oasis-open.org]ý Subject: Re: [docbook-apps] epub3 - copying the images, using Ant On Fri, March 15, 2013 12:10 pm, Kerry, Richard wrote: ... > 1. Building epub3 output from DocBook. ... > Is there a way in Ant of doing a copy based on data which only becomes > available during the build process ? Write the filename list, one line per filename, to a text file and use a @includesfile to refer to that file. E.g., from one of my projects: <copy todir="${build.dir}/${epub}/OPS"> <fileset dir="${notes.dir}" includesfile="${build.dir}/${epub}-figurelist.txt" /> </copy> Regards, Tony Graham tgraham@mentea.net Consultant http://www.mentea.net Mentea 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- XML, XSL-FO and XSLT consulting, training and programming --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]