[Clfs-commits] commit: r5043 - /trunk/BOOK/temp-system/common/vim.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jun 8 10:12:31 PDT 2009


Author: chris at beaker67.com
Date: Mon Jun  8 17:12:30 2009
New Revision: 5043

Log:
Text updates

Modified:
    trunk/BOOK/temp-system/common/vim.xml

Modified: trunk/BOOK/temp-system/common/vim.xml
==============================================================================
--- trunk/BOOK/temp-system/common/vim.xml (original)
+++ trunk/BOOK/temp-system/common/vim.xml Mon Jun  8 17:12:30 2009
@@ -34,9 +34,9 @@
     href="../../final-system/common/vim.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
 
-    <para os="c1">The configure script is full of logic that aborts at the
-    first sign of cross compiling. Set the cached values of those tests with 
-    the following command:</para>
+    <para os="c1">The <command>configure</command> script is full of logic
+    that aborts at the first sign of cross compiling. Set the cached values
+    of those tests with the following command:</para>
 
 <screen os="c2"><userinput>cat > src/auto/config.cache << "EOF"
 vim_cv_getcwd_broken=no
@@ -49,9 +49,9 @@
 ac_cv_sizeof_int=4
 EOF</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../../final-system/common/vim.xml"
-    xpointer="xpointer(//*[@os='b'])"/>
+    <para os="b">Change the default location of
+    the <filename>vimrc</filename> configuration file to <filename
+    class="directory">/tools/etc</filename>:</para>
 
 <screen os="c"><userinput>echo '#define SYS_VIMRC_FILE "/tools/etc/vimrc"' >> src/feature.h</userinput></screen>
 




More information about the Clfs-commits mailing list