aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-11-30 23:08:18 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-11-30 23:08:18 +0000
commit494eaa04f9baceaa4068174705485c063bb94a73 (patch)
treea90b591bd021f3ad6562903a024ae078cddebbf2 /build.xml
parent1a5c349e9836b94e249eaeaf4033a54c4f7bb5b1 (diff)
downloadpoi-494eaa04f9baceaa4068174705485c063bb94a73.tar.gz
poi-494eaa04f9baceaa4068174705485c063bb94a73.zip
update links to POI 4.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 97af1fdecd..b3254f4656 100644
--- a/build.xml
+++ b/build.xml
@@ -1791,6 +1791,9 @@ under the License.
<target name="docs" depends="init, -check-forrest-installed, -check-docs, javadocs, -forrest-docs"
unless="main.docs.notRequired"
description="Builds the POI website" />
+
+ <target name="site" depends="-forrest-docs"/>
+
<target name="-forrest-docs" depends="-check-forrest-installed, -check-docs"
unless="main.docs.notRequired" description="Builds the HTML pages of the POI website">
<exec executable="${env.FORREST_HOME}/bin/forrest" osfamily="unix"/>