diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-17 15:01:08 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-17 15:01:08 +0000 |
commit | 8b1a034276b6500eb82108825afb4f68aaadb35e (patch) | |
tree | 918faf9a88b77fc095e575a78055b6ed69c49e2d /release/build.xml | |
parent | 87e135012d00904c60d4fa9396ddfd917a886f19 (diff) | |
download | jquery-ui-8b1a034276b6500eb82108825afb4f68aaadb35e.tar.gz jquery-ui-8b1a034276b6500eb82108825afb4f68aaadb35e.zip |
documentation: should be generated in /documentation, not /demos/documentation
Diffstat (limited to 'release/build.xml')
-rw-r--r-- | release/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/build.xml b/release/build.xml index 50960735f..9fe67ec5e 100644 --- a/release/build.xml +++ b/release/build.xml @@ -234,7 +234,7 @@ </target> <target name="docs-process" depends="docs-download"> - <property name="docs.dir" value="${ui.dir}/demos/documentation" /> + <property name="docs.dir" value="${ui.dir}/documentation" /> <delete dir="${docs.dir}" /> <mkdir dir="${docs.dir}" /> <xslt includes="docs-*.xml" destdir="${docs.dir}" style="build/style.xsl" /> |