From: John Resig Date: Sat, 12 Aug 2006 23:08:16 +0000 (+0000) Subject: Updated the build script to generate the docs too. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;ds=inline;h=db85661c055cde53ba3c8a104a5c9bc9143ac74c;p=jquery.git Updated the build script to generate the docs too. --- 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 ..