summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew C. Oliver <acoliver@apache.org>2002-03-07 02:44:39 +0000
committerAndrew C. Oliver <acoliver@apache.org>2002-03-07 02:44:39 +0000
commit7a13f8971be8b93caa1f2fb8ecdaea91be29172a (patch)
tree8ccdc931617a374b576202e0409524644aa17d07 /tools
parent96d27dcfc2ba4f49af16cb9fc2204be7d23a2776 (diff)
downloadpoi-7a13f8971be8b93caa1f2fb8ecdaea91be29172a.tar.gz
poi-7a13f8971be8b93caa1f2fb8ecdaea91be29172a.zip
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
Diffstat (limited to 'tools')
-rw-r--r--tools/targets/docs.xtarget8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/targets/docs.xtarget b/tools/targets/docs.xtarget
index 1fdd6b9768..4864f48980 100644
--- a/tools/targets/docs.xtarget
+++ b/tools/targets/docs.xtarget
@@ -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>