Author: bdubbs
Date: 2008-10-28 18:05:28 -0600 (Tue, 28 Oct 2008)
New Revision: 8716

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/vim.xml
   trunk/BOOK/general.ent
Log:
Updated symbolic link creation loop for vi.1 man pages

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-28 17:50:50 UTC (rev 8715)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-29 00:05:28 UTC (rev 8716)
@@ -37,6 +37,16 @@
 
 -->
     <listitem>
+      <para>2008-10-29</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Updated symbolic link creation loop for vi.1 man 
pages.
+          Thanks to Bryan Kadzban for the construct.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2008-10-28</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/vim.xml
===================================================================
--- trunk/BOOK/chapter06/vim.xml        2008-10-28 17:50:50 UTC (rev 8715)
+++ trunk/BOOK/chapter06/vim.xml        2008-10-29 00:05:28 UTC (rev 8716)
@@ -117,8 +117,8 @@
     languages:</para>
 
 <screen><userinput remap="install">ln -sv vim /usr/bin/vi
-for L in "" fr it pl ru; do
-    ln -sv vim.1 /usr/share/man/$L/man1/vi.1
+for L in  /usr/share/man/{,*/}man1/vim.1; do
+    ln -sv vim.1 $(dirname $L)/vi.1
 done</userinput></screen>
 
     <para>By default, Vim's documentation is installed in <filename

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-10-28 17:50:50 UTC (rev 8715)
+++ trunk/BOOK/general.ent      2008-10-29 00:05:28 UTC (rev 8716)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081028">
-<!ENTITY releasedate "October 28, 2008">
-<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not 
&ndsah; -->
+<!ENTITY version "SVN-20081029">
+<!ENTITY releasedate "October 28, 2009">
+<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to