diff en/appC-srcinstall.xml @ 749:7e7c47481e4f

Oops, this is the real merge for my hg's oddity
author Dongsheng Song <dongsheng.song@gmail.com>
date Fri, 20 Mar 2009 16:43:35 +0800
parents cfdb601a3c8b
children 1c13ed2130a7
line wrap: on
line diff
--- a/en/appC-srcinstall.xml	Fri Mar 20 15:40:06 2009 +0800
+++ b/en/appC-srcinstall.xml	Fri Mar 20 16:43:35 2009 +0800
@@ -7,29 +7,29 @@
   <sect1 id="sec.srcinstall.unixlike">
     <title>On a Unix-like system</title>
 
-    <para>If you are using a Unix-like system that has a sufficiently
+    <para id="x_5e0">If you are using a Unix-like system that has a sufficiently
       recent version of Python (2.3 or newer) available, it is easy to
       install Mercurial from source.</para>
     <orderedlist>
-      <listitem><para>Download a recent source tarball from <ulink
+      <listitem><para id="x_5e1">Download a recent source tarball from <ulink
 	    url="http://www.selenic.com/mercurial/download">http://www.selenic.com/mercurial/download</ulink>.</para>
       </listitem>
-      <listitem><para>Unpack the tarball:</para>
+      <listitem><para id="x_5e2">Unpack the tarball:</para>
 	<programlisting>gzip -dc mercurial-MYVERSION.tar.gz | tar xf -</programlisting>
       </listitem>
-      <listitem><para>Go into the source directory and run the
+      <listitem><para id="x_5e3">Go into the source directory and run the
 	  installer script.  This will build Mercurial and install it
 	  in your home directory.</para>
 	<programlisting>cd mercurial-MYVERSION
 python setup.py install --force --home=$HOME</programlisting>
       </listitem>
     </orderedlist>
-    <para>Once the install finishes, Mercurial will be in the
+    <para id="x_5e4">Once the install finishes, Mercurial will be in the
       <literal>bin</literal> subdirectory of your home directory.
       Don't forget to make sure that this directory is present in your
       shell's search path.</para>
 
-    <para>You will probably need to set the <envar>PYTHONPATH</envar>
+    <para id="x_5e5">You will probably need to set the <envar>PYTHONPATH</envar>
       environment variable so that the Mercurial executable can find
       the rest of the Mercurial packages.  For example, on my laptop,
       I have set it to <literal>/home/bos/lib/python</literal>.  The
@@ -43,14 +43,14 @@
   <sect1>
     <title>On Windows</title>
 
-    <para>Building and installing Mercurial on Windows requires a
+    <para id="x_5e6">Building and installing Mercurial on Windows requires a
       variety of tools, a fair amount of technical knowledge, and
       considerable patience.  I very much <emphasis>do not
 	recommend</emphasis> this route if you are a <quote>casual
 	user</quote>.  Unless you intend to hack on Mercurial, I
       strongly suggest that you use a binary package instead.</para>
 
-    <para>If you are intent on building Mercurial from source on
+    <para id="x_5e7">If you are intent on building Mercurial from source on
       Windows, follow the <quote>hard way</quote> directions on the
       Mercurial wiki at <ulink
 	url="http://www.selenic.com/mercurial/wiki/index.cgi/WindowsInstall">http://www.selenic.com/mercurial/wiki/index.cgi/WindowsInstall</ulink>,