Updated the build script to generate the docs too.

This commit is contained in:
John Resig 2006-08-12 23:08:16 +00:00
parent 6a50758086
commit db85661c05

View file

@ -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 ..