diff options
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"/> |