OSDN Git Service

Docs: Clarify manual build tools installation documentation.
authorKimmo Varis <kimmov@gmail.com>
Wed, 17 Dec 2008 21:51:01 +0000 (21:51 +0000)
committerKimmo Varis <kimmov@gmail.com>
Wed, 17 Dec 2008 21:51:01 +0000 (21:51 +0000)
Docs/Developers/readme-manual.html

index b548d4c..9be58d0 100644 (file)
@@ -99,11 +99,13 @@ where we want transparency, we use the GIF format, since older browsers have pro
   <li><a href="http://sourceforge.net/project/showfiles.php?group_id=21935&amp;package_id=16608">XSL StyleSheets</a></li>
   <li><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp">HTML Help Compiler</a></li>
 </ul>
-<p>The easiest way is to download <a href="http://sourceforge.net/project/showfiles.php?group_id=13216&amp;package_id=284332&amp;release_id=614099">our manual build tools package v1</a>
-(it includes all required tools except of <a href="http://www.java.com/getjava/">Java</a>) and unzip it to the <code>build</code> subdirectory at the <code>Manual</code> directory.</p>
+<p>The easiest way is to download <a href="http://sourceforge.net/project/showfiles.php?group_id=13216&amp;package_id=284332&amp;release_id=614099">our manual build tools package v1</a>. The package contains required tools for
+manual building. <a href="http://www.java.com/getjava/">Java Runtime (JRE)</a>
+is the only external requirement. Installing the tools is easy - just unzip the
+tools package to folder <code>/Docs/Users/Manual/build</code>.</p>
 
-<p>The batch files are also located at the <code>build</code> subdirectory at the <code>Manual</code> directory.
-The main file ist <code>build.bat</code>. Paths to the installed tools are written in the <code>configuration.bat</code> file.</p>
+<p>The batch files are also located at the same <code>build</code> subfolder.
+The main file is <code>build.bat</code>. Paths to the installed tools are written in the <code>configuration.bat</code> file.</p>
 <dl>
   <dt><code>build.bat html</code> or <code>build_html.bat</code></dt>
   <dd>Creates the HTML files under the <code>html</code> subdirectory at the <code>build</code> directory.</dd>