source: release-kits/mark3/ant-scripts/create-distribution.xml@ 20118

Last change on this file since 20118 was 20118, checked in by oranfry, 15 years ago

linux and mac to grab relevant extra binaries

File size: 364 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="mark3-create-distribution" default="create-distribution">
3 <target name="create-distribution" depends="greenstone3-create-distribution">
4 <antcall target="export-imagemagick-mac-binaries"/>
5 <antcall target="export-ghostscript-mac-binaries"/>
6 </target>
7</project>
Note: See TracBrowser for help on using the repository browser.