Merge branch 'www' of ../../xboard
authorArun Persaud <arun@nubati.net>
Tue, 6 Nov 2012 05:31:06 +0000 (21:31 -0800)
committerArun Persaud <arun@nubati.net>
Tue, 6 Nov 2012 05:31:06 +0000 (21:31 -0800)
1  2 
index.html

diff --combined index.html
@@@ -126,15 -126,15 +126,15 @@@ The master branch includes the developm
  
  <h6>git version</h6>
  
- <p> The <a href="http://git.savannah.gnu.org/cgit/xboard.git">git repository</a> is available on Savannah. All branches can be viewed there. The web page also provides tar-balls of all tagged versions, these tar-balls are different from the ones that you can download from the <a href="ftp://ftp.gnu.org/gnu/xboard/"> ftp-server </a> and you will need to run autogen.sh on them as described below.</p>
+ <p> The <a href="http://git.savannah.gnu.org/cgit/xboard.git">git repository</a> is available on Savannah. All branches can be viewed there. The web page also provides tar-balls of all tagged versions, these tar-balls are different from the ones that you can download from the <a href="ftp://ftp.gnu.org/gnu/xboard/"> ftp-server </a> and you will need to run <code>./autogen.sh</code> on them as described below.</p>
  
  <p> If you want to get a copy of the repository you can clone it using the command <code>"git clone http://git.savannah.gnu.org/r/xboard.git"</code>. For more information on how to use git, please visit the git home page.</p>
  
  <p> After cloning the git-repository or downloading and unpacking a snapshot tar-ball from the git repository,
- run ./autogen.sh, ./configure and then make and make install.</p>
+ run <code>./autogen.sh</code>, <code>./configure</code> and then <code>make</code> and <code>make install</code>.</p>
  
  <h6>tar-balls (from the ftp-server)</h6>
- <p> Unpack the tar ball and do ./configure followed by make and make install.</p>
+ <p> Unpack the tar ball and do <code>./configure</code> followed by <code>make</code> and <code>make install</code>.</p>
  
  <p>For development sources and other information, please see
  the <a href="http://savannah.gnu.org/projects/xboard/">XBoard project
@@@ -347,7 -347,7 +347,7 @@@ Commons Attribution-NoDerivs 3.0 Unite
  
  <p>Updated:
  <!-- timestamp start -->
 -$Date: 2012/10/02 02:09:51 $
 +$Date: 2012/11/06 05:25:54 $
  <!-- timestamp end -->
  </p>
  </div>