greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16236

Show
Ignore:
Timestamp:
2008-06-27 15:52:29 (5 months ago)
Author:
oranfry
Message:

include the gsdl docs in the distribution

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r16232 r16236  
    119119                        <rsr file="${basedir}/distributions/web/Install.sh" pattern="^(iscdrom=).*" replacement="$1&quot;no&quot;" /> 
    120120 
    121                         <echo level="info">Putting the COPYING file into distribution</echo> 
    122                         <copy file="${lirk2.home}/resources/COPYING" tofile="${basedir}/distributions/web/COPYING" /> 
     121                        <echo level="info">Putting the greenstone2 docs into distribution</echo> 
     122                        <copy todir="${basedir}/distributions/web"> 
     123                                <fileset dir="${lirk2.home}/greenstone2/docs"/> 
     124                        </copy> 
    123125 
    124126                        <echo level="info">Removing signed gatherer</echo>