[Clfs-commits] commit: r4618 - /branches/clfs-sysroot/BOOK/final-system/common/vim.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 31 08:48:25 PST 2009


Author: jciccone
Date: Sat Jan 31 16:48:25 2009
New Revision: 4618

Log:
Formatting update on the vim page.

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/vim.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/vim.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/vim.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/vim.xml Sat Jan 31 16:48:25 2009
@@ -19,7 +19,12 @@
 
     <para>The Vim package contains a powerful text editor.</para>
 
-    <tip>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Vim</title>
+
+    <tip os="t1">
       <title>Alternatives to Vim</title>
 
       <para>If you prefer another editor—such as Emacs, Joe, or
@@ -28,11 +33,6 @@
       for suggested installation instructions.</para>
     </tip>
 
-  </sect2>
-
-  <sect2 role="installation">
-    <title>Installation of Vim</title>
-
     <para os="a">First, unpack both <filename>vim-&vim-version;.tar.bz2</filename>
     and (optionally) <filename>vim-&vim-version;-lang.tar.gz</filename>
     archives into the same directory.</para>
@@ -46,14 +46,16 @@
     first sign of cross compiling. Set the cached values of those tests with
     the following command:</para>
 
-<screen os="cc2"><userinput>echo "vim_cv_getcwd_broken=no" > src/auto/config.cache
-echo "vim_cv_memmove_handles_overlap=yes" >> src/auto/config.cache
-echo "vim_cv_stat_ignores_slash=no" >> src/auto/config.cache
-echo "vim_cv_terminfo=yes" >> src/auto/config.cache
-echo "vim_cv_tgent=zero" >> src/auto/config.cache
-echo "vim_cv_toupper_broken=no" >> src/auto/config.cache
-echo "vim_cv_tty_group=world" >> src/auto/config.cache
-echo "ac_cv_sizeof_int=4" >> src/auto/config.cache</userinput></screen>
+<screen os="cc2"><userinput>cat > src/auto/config.cache << EOF
+vim_cv_getcwd_broken=no
+vim_cv_memmove_handles_overlap=yes
+vim_cv_stat_ignores_slash=no
+vim_cv_terminfo=yes
+vim_cv_tgent=zero
+vim_cv_toupper_broken=no
+vim_cv_tty_group=world
+ac_cv_sizeof_int=4
+EOF</userinput></screen>
 
     <para os="b">Change the default location of
     the <filename>vimrc</filename> configuration file to <filename




More information about the Clfs-commits mailing list