Author: matthew
Date: 2005-12-21 12:00:26 -0700 (Wed, 21 Dec 2005)
New Revision: 7231
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/vim.xml
trunk/BOOK/general.ent
Log:
Fix the broken Vim documentation symlink
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2005-12-18 18:31:04 UTC (rev 7230)
+++ trunk/BOOK/chapter01/changelog.xml 2005-12-21 19:00:26 UTC (rev 7231)
@@ -114,6 +114,10 @@
</itemizedlist>
</listitem>
+<listitem><para>December 21, 2005 [matt]: Correctly symlink Vim's documentation
+to /usr/share/doc. Thanks to Jeremy for the report and the fix.</para>
+</listitem>
+
<listitem><para>December 17, 2005 [matt]: Pass a valid path to
module-init-tools' --prefix configure switch and remove the now unnecessary
--mandir switch</para></listitem>
Modified: trunk/BOOK/chapter06/vim.xml
===================================================================
--- trunk/BOOK/chapter06/vim.xml 2005-12-18 18:31:04 UTC (rev 7230)
+++ trunk/BOOK/chapter06/vim.xml 2005-12-21 19:00:26 UTC (rev 7231)
@@ -88,7 +88,7 @@
<filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
it consistent with the location of documentation for other packages:</para>
-<screen><userinput>ln -sv /usr/share/vim/vim64/doc
../../../doc/vim-&vim-version;</userinput></screen>
+<screen><userinput>ln -sv ../vim/vim64/doc
/usr/share/doc/vim-&version;</userinput></screen>
<para>If an X Window System is going to be installed on the LFS
system, it may be necessary to recompile Vim after installing X. Vim
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-12-18 18:31:04 UTC (rev 7230)
+++ trunk/BOOK/general.ent 2005-12-21 19:00:26 UTC (rev 7231)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20051218">
-<!ENTITY releasedate "December 18, 2005">
+<!ENTITY releasedate "December 21, 2005">
<!ENTITY milestone "6.2">
<!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