Changeset 13894


Ignore:
Timestamp:
2007-02-12T13:40:39+13:00 (17 years ago)
Author:
shaoqun
Message:

change the tareget name so that it won't get filterd out for the source distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r13883 r13894  
    260260      includes="*.sh,*.pl"/>
    261261  </target>
    262   <target name="install" depends="init,prepare-indexer-files,configure,configure-c++,compile"
     262  <target name="install" depends="init,install-indexer-files,configure,configure-c++,compile"
    263263    description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare install'."/>
    264264 
     
    10911091  </target>
    10921092
    1093   <target name="prepare-indexer-files" depends="init" unless="indexers.present">
     1093  <target name="install-indexer-files" depends="init" unless="indexers.present">
    10941094    <copy todir="${indexers.home}">
    10951095      <fileset dir="${gs2build.home}/indexers" />
Note: See TracChangeset for help on using the changeset viewer.