[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-rc1-systemd-28-g1cde5b9

git git at cross-lfs.org
Tue Aug 5 03:15:00 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  1cde5b91f4be616b30a94e3b9ffc903b796136d0 (commit)
       via  81534d27297ff8e4af46b71c088f0b9a9809e220 (commit)
       via  9587ab0fb9d192e33fca197b937ca6bf265798e8 (commit)
       via  563e1e227e368d6ae4b8c9361439ae1eaf5bc5c4 (commit)
       via  3ef83abb6a54d77cbac37179f045b4112067ff68 (commit)
       via  a63f1057d4c488b129efa068c5a442b64c08f404 (commit)
       via  8517eb19cc32bc608e1b89e19df2c5779478786b (commit)
      from  9d5637f549fa455375122af848e4d9a8ccc31af2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1cde5b91f4be616b30a94e3b9ffc903b796136d0
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 06:10:48 2014 -0400

    Added changelog entry for restoring original Vim doc location

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 47119b9..dd911da 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>05 August 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Reversed change to Vim's docs location, so that
+          Vim can find its help files.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>01 August 2014</para>
       <itemizedlist>
         <listitem>

commit 81534d27297ff8e4af46b71c088f0b9a9809e220
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 05:52:32 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 71e0321..bd2fafe 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "01"> <!-- Use two digits -->
+<!ENTITY day "05"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 9587ab0fb9d192e33fca197b937ca6bf265798e8
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 04:45:41 2014 -0400

    Revert "Remove link for installed documentation and install documentation into the proper place with HELPSUBLOC variable during make install."
    
    This reverts commit 906f724c28419a6465567fa94057cef558109f4f.
    
    Conflicts:
    	BOOK/final-system/common/vim.xml

diff --git a/BOOK/final-system/common/vim.xml b/BOOK/final-system/common/vim.xml
index 38fb8e7..dca3843 100644
--- a/BOOK/final-system/common/vim.xml
+++ b/BOOK/final-system/common/vim.xml
@@ -63,7 +63,7 @@
 
     <para os="j">Install the package:</para>
 
-<screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
+<screen os="k"><userinput>make install</userinput></screen>
 
     <para os="l">Many users are accustomed to using <command>vi</command>
     instead of <command>vim</command>. Some programs, such as
@@ -74,7 +74,15 @@
 
 <screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
 
-    <para os="n">If an X Window System is going to be installed on the CLFS
+<para os="n">By default, Vim's documentation is installed in
+<filename class="directory">/usr/share/vim</filename>.  The following symlink
+allows the documentation to be accessed via
+<filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
+it consistent with the location of documentation for other packages:</para>
+
+<screen os="o"><userinput>ln -sv ../vim/vim&vim-version2;/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
+
+    <para os="p">If an X Window System is going to be installed on the CLFS
     system, you may want to recompile Vim after installing X. Vim
     comes with a GUI version of the editor that requires X and some
     additional libraries to be installed. For more information, refer to the
@@ -140,14 +148,14 @@ EOF</userinput></screen>
 
     <segmentedlist>
       <segtitle>Installed programs</segtitle>
-      <segtitle>Installed directories</segtitle>
+      <segtitle>Installed directory</segtitle>
 
       <seglistitem>
         <seg>efm_filter.pl, efm_perl.pl, ex (link to vim), less.sh, mve.awk,
         pltags.pl, ref, rview (link to vim), rvim (link to vim), shtags.pl,
         tcltags, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl,
         vimdiff (link to vim), vimm, vimspell.sh, vimtutor, xxd</seg>
-        <seg>/usr/share/vim, /usr/share/doc/vim-&vim-version;</seg>
+        <seg>/usr/share/vim</seg>
       </seglistitem>
     </segmentedlist>
 
diff --git a/BOOK/final-system/multilib/vim.xml b/BOOK/final-system/multilib/vim.xml
index 7739f74..e2095b4 100644
--- a/BOOK/final-system/multilib/vim.xml
+++ b/BOOK/final-system/multilib/vim.xml
@@ -89,6 +89,14 @@
     href="../common/vim.xml"
     xpointer="xpointer(//*[@os='n'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/vim.xml"
+    xpointer="xpointer(//*[@os='o'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/vim.xml"
+    xpointer="xpointer(//*[@os='p'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 563e1e227e368d6ae4b8c9361439ae1eaf5bc5c4
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 04:44:06 2014 -0400

    Revert "Don't use make install include from final-system vim. We don't want to install the documentation to /usr/share/doc for temp-system. Let vim install the documentation to its default location."
    
    This reverts commit e6fe94de8833cd3f66c31a5a9c26bc800eb75c5b.

diff --git a/BOOK/temp-system/common/vim.xml b/BOOK/temp-system/common/vim.xml
index 1d9bf82..44c3dd7 100644
--- a/BOOK/temp-system/common/vim.xml
+++ b/BOOK/temp-system/common/vim.xml
@@ -115,7 +115,9 @@ EOF</userinput></screen>
     href="../../final-system/common/vim.xml"
     xpointer="xpointer(//*[@os='j'])"/>
 
-<screen os="k"><userinput>make install</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/vim.xml"
+    xpointer="xpointer(//*[@os='k'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/vim.xml"

commit 3ef83abb6a54d77cbac37179f045b4112067ff68
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 04:39:11 2014 -0400

    Revert "Added command explanation to final-system vim"
    
    This reverts commit dc74128530402b487734b219795760d98cc7c05e.

diff --git a/BOOK/final-system/common/vim.xml b/BOOK/final-system/common/vim.xml
index bf351a9..38fb8e7 100644
--- a/BOOK/final-system/common/vim.xml
+++ b/BOOK/final-system/common/vim.xml
@@ -65,31 +65,16 @@
 
 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>
 
-    <variablelist os="l">
-      <title>The meaning of the make option:</title>
-
-      <varlistentry>
-        <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter></term>
-        <listitem>
-          <para>Tells Vim to install its documentation into
-          <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>
-          instead of 
-          <filename class="directory">/usr/share/vim/vim&vim-version2;/doc</filename>.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
-    <para os="m">Many users are accustomed to using <command>vi</command>
+    <para os="l">Many users are accustomed to using <command>vi</command>
     instead of <command>vim</command>. Some programs, such as
     <command>vigr</command> and <command>vipw</command>, also use
     <command>vi</command>. Create a symlink to permit execution of
     <command>vim</command> when users habitually enter <command>vi</command>
     and allow programs that use <command>vi</command> to work:</para>
 
-<screen os="n"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
+<screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>
 
-    <para os="o">If an X Window System is going to be installed on the CLFS
+    <para os="n">If an X Window System is going to be installed on the CLFS
     system, you may want to recompile Vim after installing X. Vim
     comes with a GUI version of the editor that requires X and some
     additional libraries to be installed. For more information, refer to the
diff --git a/BOOK/final-system/multilib/vim.xml b/BOOK/final-system/multilib/vim.xml
index c9824a1..7739f74 100644
--- a/BOOK/final-system/multilib/vim.xml
+++ b/BOOK/final-system/multilib/vim.xml
@@ -89,10 +89,6 @@
     href="../common/vim.xml"
     xpointer="xpointer(//*[@os='n'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/vim.xml"
-    xpointer="xpointer(//*[@os='o'])"/>
-
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit a63f1057d4c488b129efa068c5a442b64c08f404
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 04:38:44 2014 -0400

    Revert "Use correct xinclude for temp-system vim"
    
    This reverts commit 5b192dc0160f6160c772662371ec12f2101fd755.

diff --git a/BOOK/temp-system/common/vim.xml b/BOOK/temp-system/common/vim.xml
index f6a6742..1d9bf82 100644
--- a/BOOK/temp-system/common/vim.xml
+++ b/BOOK/temp-system/common/vim.xml
@@ -119,9 +119,9 @@ EOF</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/vim.xml"
-    xpointer="xpointer(//*[@os='m'])"/>
+    xpointer="xpointer(//*[@os='l'])"/>
 
-<screen os="n"><userinput>ln -sv vim /tools/bin/vi</userinput></screen>
+<screen os="m"><userinput>ln -sv vim /tools/bin/vi</userinput></screen>
 
     <para os="tv1">Create a temporary vimrc to make it function more the way you may
     expect it to. This is explained more in the final system:</para>

commit 8517eb19cc32bc608e1b89e19df2c5779478786b
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Aug 5 04:37:10 2014 -0400

    Revert "Slight addition to command explanation for vim"
    
    This reverts commit da399efe3326c6a1b794759dd0e9d32b2714a44e.

diff --git a/BOOK/final-system/common/vim.xml b/BOOK/final-system/common/vim.xml
index 62042a6..bf351a9 100644
--- a/BOOK/final-system/common/vim.xml
+++ b/BOOK/final-system/common/vim.xml
@@ -74,9 +74,7 @@
           <para>Tells Vim to install its documentation into
           <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>
           instead of 
-          <filename class="directory">/usr/share/vim/vim&vim-version2;/doc</filename>,
-          for better consistency with the documentation location for other
-          packages.</para>
+          <filename class="directory">/usr/share/vim/vim&vim-version2;/doc</filename>.</para>
         </listitem>
       </varlistentry>
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/vim.xml       |   37 ++++++++++++-------------------
 BOOK/final-system/multilib/vim.xml     |    4 +++
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++
 BOOK/temp-system/common/vim.xml        |    8 ++++--
 5 files changed, 34 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list