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-Tag: 1.0~69 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=db85661c055cde53ba3c8a104a5c9bc9143ac74c;p=jquery.git Updated the build script to generate the docs too. --- diff --git a/build.sh b/build.sh index c39688793..1fda37631 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 ..