aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-10 12:20:32 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-01-10 12:20:32 +0000
commit27026e0f891dbe5cc784d016ddcd2e4896d6e144 (patch)
treee672dccbaf1c2c1f6f6bad1ae9fb76f5b3d2dba1 /release
parentc31ae93dc565d99982c250fe0731dda1efe51b68 (diff)
downloadjquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.tar.gz
jquery-ui-27026e0f891dbe5cc784d016ddcd2e4896d6e144.zip
moving documentation folder under demos to make it work locally
Diffstat (limited to 'release')
-rw-r--r--release/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/build.xml b/release/build.xml
index d4d18972c..a75cfb010 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}/documentation" />
+ <property name="docs.dir" value="${ui.dir}/demos/documentation" />
<delete dir="${docs.dir}" />
<mkdir dir="${docs.dir}" />
<xslt includes="docs-*.xml" destdir="${docs.dir}" style="build/style.xsl" />