X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=build.sh;h=1fda376310bbb670094503021a3ceb2a579db80f;hb=db85661c055cde53ba3c8a104a5c9bc9143ac74c;hp=c396887935cd6735936bc413e7c6735182235fa6;hpb=73f55becc5e056ad28f6aec22ec014ffb3ab913b;p=jquery.git diff --git a/build.sh b/build.sh index c396887..1fda376 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 ..