X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build.sh;h=1fda376310bbb670094503021a3ceb2a579db80f;hb=f342a1a09a2767f52089209e5c2d18e45552d141;hp=c396887935cd6735936bc413e7c6735182235fa6;hpb=5139bfbec88da7fef7afcd5c02799fe97e29ec03;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 ..