aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 65b24ef..f1a828d 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -998,10 +998,14 @@
overview="../src/java/com/jogamp/gluegen/package.html"
encoding="UTF-8"
source="${target.sourcelevel}"
- maxmemory="${javac.memorymax}" >
+ maxmemory="${javac.memorymax}"
+ stylesheetfile="doc/javadoc/stylesheet.css">
<classpath path="${classes}"/>
<link offline="true" href="${javadoc.link}" packagelistLoc="142-packages" />
</javadoc>
+ <copy todir="${javadoc.gluegen.path}/resources" overwrite="true">
+ <fileset dir="doc/javadoc/resources" includes="*" />
+ </copy>
<archive.7z destfile="${build}/javadoc.7z"
basedir="${javadoc.root.path}"
includes="gluegen/**" />