diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-20 21:36:40 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-06-20 21:36:40 +0200 |
commit | 3798d9426365826598b42e00969314a3ae1f8c78 (patch) | |
tree | 0d16b2a68ececffcd9e767419f1c5b7a12e09012 /buildScripts | |
parent | f5303a32dceeab72b1ded678f2b2a92a2e7e180b (diff) | |
download | lombok-3798d9426365826598b42e00969314a3ae1f8c78.tar.gz lombok-3798d9426365826598b42e00969314a3ae1f8c78.tar.bz2 lombok-3798d9426365826598b42e00969314a3ae1f8c78.zip |
Minor tweaks to documentation updates (javadocs, website).
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 9d2becf2..72aac217 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -100,6 +100,7 @@ such as converting the changelog into HTML, and creating javadoc. <include name="index.html" /> <include name="download.html" /> <include name="slideshow.html" /> + <include name="setup/*.html" /> <include name="mavenrepo/index.html" /> </fileset> <filterchain> |