From: commit-queue@webkit.org Date: Tue, 24 Jan 2012 00:13:19 +0000 (+0000) Subject: website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page X-Git-Tag: 070512121124~14769 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fab3b1043515d81f21b88dfdffe8ab86721f82b1;p=profile%2Fivi%2Fwebkit-efl.git website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page https://bugs.webkit.org/show_bug.cgi?id=76544 Patch by Seo Sanghyeon on 2012-01-23 Reviewed by Darin Adler. WEBKITOUTPUTDIR is not only for Windows. * building/build.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105653 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index 67b475b..63788e6 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,3 +1,14 @@ +2012-01-23 Seo Sanghyeon + + website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page + https://bugs.webkit.org/show_bug.cgi?id=76544 + + Reviewed by Darin Adler. + + WEBKITOUTPUTDIR is not only for Windows. + + * building/build.html: + 2012-01-20 Kent Tamura Each style rule should have its own ID. diff --git a/Websites/webkit.org/building/build.html b/Websites/webkit.org/building/build.html index 0bb11e5..07bc16a 100644 --- a/Websites/webkit.org/building/build.html +++ b/Websites/webkit.org/building/build.html @@ -25,8 +25,8 @@ debugging symbols and assertions:

-

By default, build-webkit places build products in WebKit/WebKitBuild. You can specify a different build -location on Mac in your Xcode preferences. On Windows, the WEBKITOUTPUTDIR environment variable can be used to +

By default, build-webkit places build products in WebKitBuild. You can specify a different build +location on Mac in your Xcode preferences. On other platforms, the WEBKITOUTPUTDIR environment variable can be used to set a different build products location. If you have set up a custom build location, then build-webkit will place the build products there.