Updated the build script to generate the docs too.
[jquery.git] / 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 ..