aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-08-12 23:08:16 +0000
committerJohn Resig <jeresig@gmail.com>2006-08-12 23:08:16 +0000
commitdb85661c055cde53ba3c8a104a5c9bc9143ac74c (patch)
tree43f7a5e1c2d50b1ffb4d0b8e62242a894a72f600
parent6a50758086f2db26b12b12e8c58a42cbbd28a98a (diff)
downloadjquery-db85661c055cde53ba3c8a104a5c9bc9143ac74c.tar.gz
jquery-db85661c055cde53ba3c8a104a5c9bc9143ac74c.zip
Updated the build script to generate the docs too.
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index c39688793..1fda37631 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,3 @@
#!/bin/sh
cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
+cd docs && ./build.sh && cd ..