changed site target to do what I want it to do (generate website and javadocs

under website not do some goofy xml-site dir out where I don't care about
it even)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-03-07 02:44:39 +00:00
parent 7997fa0ff4
commit 2c409a90f2

View File

@ -181,12 +181,8 @@
<!-- =================================================================== -->
<target name="site" depends="docs, javadocs"
description="Generates the web site (for site maintainers only)">
<mkdir dir="${site}"/>
<copy todir="${site}" filtering="off">
<fileset dir="${build.docs}">
</fileset>
</copy>
<copy todir="${site}/apidocs" filtering="off">
<mkdir dir="${build.docs}/apidocs"/>
<copy todir="${build.docs}/apidocs" filtering="off">
<fileset dir="${build.javadocs}"/>
</copy>
</target>