aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-09-16 23:22:29 +0000
committerJohn Resig <jeresig@gmail.com>2006-09-16 23:22:29 +0000
commit2d56dbc13d9c1254eb740ca48f413e9513f0e533 (patch)
treefe20abb896e04181c4559c68257d2c08f67ce0b8 /build.xml
parent394334671cd4a0b22c01f724b30933fc83df863d (diff)
downloadjquery-2d56dbc13d9c1254eb740ca48f413e9513f0e533.tar.gz
jquery-2d56dbc13d9c1254eb740ca48f413e9513f0e533.zip
Added .htaccess file for docs directory.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 4aa500719..19a8b2215 100644
--- a/build.xml
+++ b/build.xml
@@ -81,6 +81,7 @@
<echo message="Building Documentation" />
<delete dir="${DOCS_DIR}" />
<mkdir dir="${DOCS_DIR}/data" />
+ <copy todir="${DOCS_DIR}" file="${BUILD_DIR}/docs/.htaccess" />
<mkdir dir="${DOCS_DIR}/js" />
<copy todir="${DOCS_DIR}/js" >
<fileset dir="${BUILD_DIR}/docs/js">