Skip to content

Commit

Permalink
Fix including the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Mar 2, 2012
1 parent 3ebfdbc commit 0821d68
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<fileset dir="${phingpkg.home}" id="misc">
<include name="CHANGELOG"/>
<include name="CREDITS"/>
<include name="README.md"/>
<include name="TODO"/>
<include name="UPGRADE"/>
<exclude name="INSTALL*"/>
Expand Down Expand Up @@ -150,8 +149,8 @@
<fileset refid="misc"/>
</copy>

<!-- rename README.md to README -->
<move file="${build.src.dir}/README.md" tofile="${build.src.dir}/README"/>
<!-- copy README.md to README -->
<copy file="${phingpkg.home}/README.md" tofile="${build.src.dir}/README"/>

<copy todir="${build.docs.dir}">
<fileset refid="docs"/>
Expand Down Expand Up @@ -188,6 +187,10 @@
<fileset refid="misc"/>
<fileset refid="scripts"/>

<fileset dir="${build.src.dir}">
<include name="README"/>
</fileset>

</pear-package>

<pear-package mode="docs" dir="${build.docs.dir}"
Expand Down

0 comments on commit 0821d68

Please sign in to comment.