diff options
author | Sven Gothel <[email protected]> | 2013-07-17 16:06:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-17 16:06:32 +0200 |
commit | d6791e62bc6841f6163f76b76d75ef22f434b4d3 (patch) | |
tree | a61285d6d448985d92109a4bb7a9885c91923495 /make | |
parent | 61b88bd0675b45c550cfdd02bbf96944d8c3e505 (diff) |
Javadoc: Use JogAmp Stylesheet / Colors ..
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 6 |
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/**" /> |