diff options
author | John Resig <jeresig@gmail.com> | 2006-08-12 23:08:16 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2006-08-12 23:08:16 +0000 |
commit | db85661c055cde53ba3c8a104a5c9bc9143ac74c (patch) | |
tree | 43f7a5e1c2d50b1ffb4d0b8e62242a894a72f600 | |
parent | 6a50758086f2db26b12b12e8c58a42cbbd28a98a (diff) | |
download | jquery-db85661c055cde53ba3c8a104a5c9bc9143ac74c.tar.gz jquery-db85661c055cde53ba3c8a104a5c9bc9143ac74c.zip |
Updated the build script to generate the docs too.
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 .. |