From 26b15ffdeda984a3080705bef438cbf44f98722e Mon Sep 17 00:00:00 2001 From: aclement <aclement> Date: Mon, 5 Apr 2004 15:14:34 +0000 Subject: 1.2 rc1 build/pkg : Add in JPEGs to the binary.pattern property. --- docs/build.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/build.xml b/docs/build.xml index 107da3834..24b032d6f 100644 --- a/docs/build.xml +++ b/docs/build.xml @@ -62,7 +62,7 @@ <!-- default value for xml-html copying (copy all graphics) --> <property name="xml-html-copy" value="*.gif,*.png" /> <property name="binary.pattern" - value="**/*.gif,**/*.png,**/*.doc,**/*.pdf"/> + value="**/*.gif,**/*.png,**/*.doc,**/*.pdf,**/*.jpg,**/*.JPG"/> <uptodate property="local.dist.uptodate" targetfile="${docs.dist.dir}/doc/faq.html"> <!-- use faq as tag file --> <srcfiles dir="${docs.src.dir}" includes="${docs.src.pattern}"/> @@ -202,10 +202,18 @@ </target> <target name="devguide" depends="init"> + +<!-- GCH --> +<echo message="**** docs: just inside devguide target"/> + <copy todir="${docs.src.dir}/devGuideDB" filtering="off" > <fileset dir="${devguide.icons.dir}" includes="${include.devguide.icons}" /> </copy> + +<!-- GCH --> +<echo message="**** docs: about to make call to build-guide target"/> + <antcall target="build-guide"> <param name="xml-html-copy" value="ajbrowser-building.gif,ajbrowser-options.gif,${include.devguide.icons}" /> <param name="guide.dir" value="devGuideDB"/> -- cgit v1.2.3