From db85661c055cde53ba3c8a104a5c9bc9143ac74c Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 12 Aug 2006 23:08:16 +0000 Subject: [PATCH] Updated the build script to generate the docs too. --- build.sh | 1 + 1 file changed, 1 insertion(+) 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 .. -- 1.7.10.4