*) added language statistics files

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5796 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 16 years ago
parent 0c8fd811dc
commit c2d85b039e

@ -46,6 +46,7 @@
<property name="libbuild" location="libbuild"/> <property name="libbuild" location="libbuild"/>
<property name="build" location="classes"/> <property name="build" location="classes"/>
<property name="htroot" location="htroot"/> <property name="htroot" location="htroot"/>
<property name="langstats" location="langstats"/>
<property name="locales" location="locales"/> <property name="locales" location="locales"/>
<property name="skins" location="skins"/> <property name="skins" location="skins"/>
<property name="ranking" location="ranking"/> <property name="ranking" location="ranking"/>
@ -434,6 +435,13 @@
</fileset> </fileset>
</copy> </copy>
<!-- copy language statistics files -->
<copy todir="${release_main}/langstats">
<fileset dir="${langstats}">
<include name="*"/>
</fileset>
</copy>
<!-- copy documentation --> <!-- copy documentation -->
<copy todir="${release_main}"> <copy todir="${release_main}">
<fileset dir="."> <fileset dir=".">
@ -610,6 +618,13 @@
</fileset> </fileset>
</copy> </copy>
<!-- copy language statistics files -->
<copy todir="${release_source}/langstats">
<fileset dir="${langstats}">
<include name="*"/>
</fileset>
</copy>
<!-- copy documentation --> <!-- copy documentation -->
<copy todir="${release_source}"> <copy todir="${release_source}">
<fileset dir="."> <fileset dir=".">
@ -810,6 +825,13 @@
</fileset> </fileset>
</copy> </copy>
<!-- copy language statistics files -->
<copy todir="${DESTDIR}/usr/share/yacy/langstats">
<fileset dir="${langstats}">
<include name="*"/>
</fileset>
</copy>
<!-- copy documentation --> <!-- copy documentation -->
<copy todir="${DESTDIR}/usr/share/doc/yacy"> <copy todir="${DESTDIR}/usr/share/doc/yacy">
<fileset dir="."> <fileset dir=".">

Loading…
Cancel
Save