Ignore:
Timestamp:
2009-03-30T15:08:32+13:00 (15 years ago)
Author:
oranfry
Message:

changes to get apache into the release and working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/compile.xml

    r18765 r18840  
    1717        <antcall target="run-make"/>
    1818        <antcall target="run-make-install"/>
     19        <antcall target="run-make-apache-for-dist"/>
    1920        <antcall target="copy-library-oai"/>
    2021        <antcall target="strip-execs"/>
     
    8990    </target>
    9091
     92    <target name="run-make-apache-for-dist">
     93        <exec dir="${basedir}/compiled" executable="make" failonerror="true"><arg value="apache-for-dist"/></exec>
     94    </target>
     95
     96
    9197    <target name="copy-library-oai">
    9298        <exec executable="mv" failonerror="true"><arg line="${basedir}/compiled/cgi-bin/library.cgi ${basedir}/compiled/bin/linux/library.cgi"/></exec>
Note: See TracChangeset for help on using the changeset viewer.