website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 24 Jan 2012 00:13:19 +0000 (00:13 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 24 Jan 2012 00:13:19 +0000 (00:13 +0000)
https://bugs.webkit.org/show_bug.cgi?id=76544

Patch by Seo Sanghyeon <sh4.seo@samsung.com> 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

Websites/webkit.org/ChangeLog
Websites/webkit.org/building/build.html

index 67b475b..63788e6 100644 (file)
@@ -1,3 +1,14 @@
+2012-01-23  Seo Sanghyeon  <sh4.seo@samsung.com>
+
+        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  <tkent@chromium.org>
 
         Each style rule should have its own ID.
index 0bb11e5..07bc16a 100644 (file)
@@ -25,8 +25,8 @@ debugging symbols and assertions:</p>
 </li>
 </ol>
 
-<p>By default, <code>build-webkit</code> places build products in <code>WebKit/WebKitBuild</code>.  You can specify a different build
-location on Mac in your Xcode preferences.  On Windows, the <code>WEBKITOUTPUTDIR</code> environment variable can be used to
+<p>By default, <code>build-webkit</code> places build products in <code>WebKitBuild</code>.  You can specify a different build
+location on Mac in your Xcode preferences.  On other platforms, the <code>WEBKITOUTPUTDIR</code> environment variable can be used to
 set a different build products location. If you have set up a custom build location, then <code>build-webkit</code> will
 place the build products there.</p>