diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-10-17 13:59:02 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2006-10-17 13:59:02 +0000 |
commit | 923c1d084e29788eebda1a2cfa2bd3d00fc002f1 (patch) | |
tree | 9cb42cc4e357912d7c956df0f489dc7b65e3e08f | |
parent | c7a78c470fb089c2e6543221d85f85c4b014b0a8 (diff) | |
download | vaadin-framework-923c1d084e29788eebda1a2cfa2bd3d00fc002f1.tar.gz vaadin-framework-923c1d084e29788eebda1a2cfa2bd3d00fc002f1.zip |
svn changeset:49/svn branch:toolkit
-rw-r--r-- | build/build.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 51a345a0f1..f63f523c3c 100644 --- a/build/build.xml +++ b/build/build.xml @@ -118,7 +118,15 @@ <!-- Documentation- - - - - - - - - - - - - - - - - - - - - - - - - --> - <target name="docs" depends="javadoc,manual-pdf,manual-html"> + <target name="docs" depends="javadoc,manual-pdf,manual-html,package-docs"> + </target> + + <target name="package-docs" depends="init"> + <copy todir="${output-dir}"> + <fileset dir="doc/package-docs"> + <exclude name="**/.svn"/> + </fileset> + </copy> </target> <target name="javadoc" depends="init"> |