Copy in images that may be provided to go along with javadoc documentation

(either package or class documentation).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@616 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-13 00:10:49 +00:00
parent d35f2894c1
commit 3154885777
+3
View File
@@ -52,6 +52,9 @@
<pathelement location="${deploy.dir}/classes"/>
</classpath>
</javadoc>
<copy todir="${javadoc.home}">
<fileset dir="src/java" includes="**/*.png"/>
</copy>
</target>
<!-- a target for rebuilding everything -->