Skip to content

Commit

Permalink
update build.xml to include renamed doc
Browse files Browse the repository at this point in the history
Guess the pycharm refactor didn't catch that...
  • Loading branch information
bahill committed Oct 29, 2020
1 parent 3913cfc commit 919267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<target name="create-zip" depends="init">
<antcall target="prezip" />
<zip destfile="${dest.dir}/${ant.project.name}.zip" whenempty="fail" defaultexcludes="true">
<fileset dir="." includes="manifest, readme.txt, paramgroups.json, htseq_count_vib_doc.html" />
<fileset dir="." includes="manifest, readme.txt, paramgroups.json, htseq_count_doc.html" />
</zip>
<antcall target="postzip" />
</target>
Expand Down

0 comments on commit 919267c

Please sign in to comment.