Updated the build script to generate the docs too.
authorJohn Resig <jeresig@gmail.com>
Sat, 12 Aug 2006 23:08:16 +0000 (23:08 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 12 Aug 2006 23:08:16 +0000 (23:08 +0000)
build.sh

index c396887..1fda376 100755 (executable)
--- 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 ..