include perl bindings in the dist

This commit is contained in:
Doug MacEachern 2004-07-21 20:06:18 +00:00
parent 8d652277a5
commit 21183ea5b9
1 changed files with 16 additions and 0 deletions

View File

@ -235,6 +235,22 @@
</fileset>
</copy>
<!-- bindings -->
<mkdir dir="${dist}/bindings/perl"/>
<copy toDir="${dist}/bindings/perl" overwrite="true">
<fileset dir="../perl">
<include name="Makefile.PL"/>
<include name="typemap"/>
<include name="*.xs"/>
<include name="*.pm"/>
<include name="lib/*.pm"/>
<include name="lib/Sigar/*.pm"/>
</fileset>
<fileset dir="${build}/src">
<include name="Sigar_generated.xs"/>
</fileset>
</copy>
<!-- docs -->
<mkdir dir="${dist}/docs"/>
<copy toDir="${dist}/docs" overwrite="true">